mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-22 21:03:53 +00:00
Use consistent indentation. Sort many blocks of module-specific MCFLAGS settings by module name. Add XXXs about some questionable options.
9 lines
371 B
Bash
9 lines
371 B
Bash
#---------------------------------------------------------------------------#
|
|
# vim: ts=4 sw=4 expandtab ft=sh
|
|
#---------------------------------------------------------------------------#
|
|
|
|
# Turn on trail usage optimization for these tests,
|
|
# since that is what they are testing.
|
|
MCFLAGS-tu_test_1 += --analyse-trail-usage
|
|
MCFLAGS-tu_test_2 += --analyse-trail-usage
|