mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
9 lines
449 B
Plaintext
9 lines
449 B
Plaintext
# vim: ts=4 sw=4 expandtab
|
|
|
|
MCFLAGS-looptest = --infer-all
|
|
MCFLAGS-test_exceptions = --no-warn-simple-code --no-warn-det-decls-too-lax
|
|
MCFLAGS-test_exceptions_func = --no-warn-det-decls-too-lax
|
|
MCFLAGS-test_loop_check = --no-warn-simple-code --no-warn-det-decls-too-lax
|
|
MCFLAGS-test_memo = --no-warn-simple-code --no-warn-det-decls-too-lax
|
|
MCFLAGS-test_try_all = --no-warn-simple-code --no-warn-det-decls-too-lax
|