mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
# vim: ts=4 sw=4 expandtab
|
|
|
|
# The heap size must be increased to avoid running out of heap
|
|
# in non-gc grades.
|
|
MLFLAGS +=--runtime-flags "--heap-size 30000"
|