mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-28 15:54:18 +00:00
Use consistent indentation. Sort many blocks of module-specific MCFLAGS settings by module name. Add XXXs about some questionable options.
14 lines
793 B
Bash
14 lines
793 B
Bash
#---------------------------------------------------------------------------#
|
|
# vim: ts=4 sw=4 expandtab ft=sh
|
|
#---------------------------------------------------------------------------#
|
|
# Copyright (C) 2002, 2011 The University of Melbourne.
|
|
# Copyright (C) 2021, 2023, 2025 The Mercury team.
|
|
# 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
|