mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-21 20:33:55 +00:00
Use consistent indentation. Sort many blocks of module-specific MCFLAGS settings by module name. Add XXXs about some questionable options.
11 lines
612 B
Bash
11 lines
612 B
Bash
#---------------------------------------------------------------------------#
|
|
# vim: ts=4 sw=4 expandtab ft=sh
|
|
#---------------------------------------------------------------------------#
|
|
|
|
MCFLAGS-looptest += --infer-all
|
|
MCFLAGS-test_exceptions += --no-warn-simple-code --no-warn-det-decls-too-lax
|
|
MCFLAGS-test_exceptions_func += --no-warn-det-decls-too-lax
|
|
MCFLAGS-test_loop_check += --no-warn-simple-code --no-warn-det-decls-too-lax
|
|
MCFLAGS-test_memo += --no-warn-simple-code --no-warn-det-decls-too-lax
|
|
MCFLAGS-test_try_all += --no-warn-simple-code --no-warn-det-decls-too-lax
|