mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 01:43:35 +00:00
Use consistent indentation. Sort many blocks of module-specific MCFLAGS settings by module name. Add XXXs about some questionable options.
8 lines
324 B
Bash
8 lines
324 B
Bash
#---------------------------------------------------------------------------#
|
|
# vim: ts=4 sw=4 expandtab ft=sh
|
|
#---------------------------------------------------------------------------#
|
|
|
|
# The heap size must be increased to avoid running out of heap
|
|
# in non-gc grades.
|
|
MLFLAGS += --runtime-flags "--heap-size 30000"
|