mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
Use consistent indentation. Sort many blocks of module-specific MCFLAGS settings by module name. Add XXXs about some questionable options.
14 lines
759 B
Bash
14 lines
759 B
Bash
#---------------------------------------------------------------------------#
|
|
# vim: ts=4 sw=4 expandtab ft=sh
|
|
#---------------------------------------------------------------------------#
|
|
|
|
MCFLAGS-deep_sub += --trace rep --suppress-trace context
|
|
MCFLAGS-exceptions += --strict-sequential
|
|
MCFLAGS-io_tab_impure += --trace rep --trace-table-io-all
|
|
MCFLAGS-named_fields += --trace rep --trace-table-io-all
|
|
MCFLAGS-nodescend_tracking += --trace rep --trace-table-io-all
|
|
MCFLAGS-shallow_helper_1 += --trace shallow
|
|
MCFLAGS-tabled_read_decl += --trace rep --trace-table-io-all
|
|
MCFLAGS-tabled_read_decl_goto += --trace rep --trace-table-io-all
|
|
MCFLAGS-untraced_subgoal_sub += --trace minimum
|