mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Use consistent indentation. Sort many blocks of module-specific MCFLAGS settings by module name. Add XXXs about some questionable options.
12 lines
505 B
Bash
12 lines
505 B
Bash
#---------------------------------------------------------------------------#
|
|
# vim: ts=4 sw=4 expandtab ft=sh
|
|
#---------------------------------------------------------------------------#
|
|
|
|
MCFLAGS = --intermodule-analysis
|
|
|
|
# XXX --optimise-unused-args are listed per module to nullify the effect of
|
|
# EXTRA_MCFLAGS=-O2 set on the command line as for some nightly tests.
|
|
MCFLAGS-ua_m1 += --optimise-unused-args
|
|
MCFLAGS-ua_m2 += --optimise-unused-args
|
|
MCFLAGS-ua_m3 += --optimise-unused-args
|