mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 21:33:49 +00:00
Use consistent indentation. Sort many blocks of module-specific MCFLAGS settings by module name. Add XXXs about some questionable options.
7 lines
331 B
Bash
7 lines
331 B
Bash
#---------------------------------------------------------------------------#
|
|
# vim: ts=4 sw=4 expandtab ft=sh
|
|
#---------------------------------------------------------------------------#
|
|
|
|
# XXX Grade flags should never be included in Mercury.options files.
|
|
MCFLAGS = --intermodule-analysis --grade none.mmsc --analyse-mm-tabling
|