Files
mercury/profiler/Mercury.options
Julien Fischer e14bf808ad Workaround problem in stage 2 profiler.
profiler/Mercury.options:
    Do not warn about implicit stream calls in demangle_test.
2021-09-18 23:29:12 +10:00

11 lines
601 B
Plaintext

#-----------------------------------------------------------------------------#
# Copyright (C) 2002 University of Melbourne.
# This file may only be copied under the terms of the GNU General
# Public License - see the file COPYING in the Mercury distribution.
#-----------------------------------------------------------------------------#
# Mercury.options - module-specific flags for Mmake and `mmc --make'.
#-----------------------------------------------------------------------------#
MCFLAGS-snapshots = --optimise-constructor-last-call
MCFLAGS-demangle_test = --no-warn-implicit-stream-calls