mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-25 14:24:11 +00:00
Use consistent indentation. Sort many blocks of module-specific MCFLAGS settings by module name. Add XXXs about some questionable options.
9 lines
354 B
Bash
9 lines
354 B
Bash
#---------------------------------------------------------------------------#
|
|
# vim: ts=4 sw=4 expandtab ft=sh
|
|
#---------------------------------------------------------------------------#
|
|
|
|
MCFLAGS-xml.cat += --no-warn-implicit-stream-calls
|
|
MCFLAGS-xml.parse += --no-warn-implicit-stream-calls
|
|
|
|
MCFLAGS-xml.parse += --no-halt-at-warn
|