mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
21 lines
947 B
Plaintext
21 lines
947 B
Plaintext
MCFLAGS-direct_arg_cyclic1 = --intermod-opt
|
|
MCFLAGS-direct_arg_cyclic2 = --intermod-opt
|
|
MCFLAGS-direct_arg_cyclic3 = --intermod-opt
|
|
MCFLAGS-direct_arg_intermod1 = --intermod-opt
|
|
MCFLAGS-direct_arg_intermod2 = --intermod-opt
|
|
MCFLAGS-direct_arg_intermod3 = --intermod-opt
|
|
MCFLAGS-g12_fe_bug = --intermod-opt
|
|
MCFLAGS-g12_fe_bug.generic_search = --intermod-opt --no-warn-interface-imports
|
|
MCFLAGS-g12_fe_bug.solvers = --intermod-opt
|
|
MCFLAGS-g12_fe_bug.solvers.bounds = --intermod-opt
|
|
|
|
# --intermod-opt causes impl_def_literal to abort during
|
|
# the STM transformation (bug #136). Its use here is disabled until
|
|
# that is fixed.
|
|
MCFLAGS-impl_def_literal = --no-intermod-opt --no-warn-simple-code
|
|
MCFLAGS-impl_def_literal.sub = --no-intermod-opt --no-warn-simple-code
|
|
|
|
MCFLAGS-nested_intermod = --intermod-opt
|
|
MCFLAGS-nested_intermod_main = --intermod-opt
|
|
MCFLAGS-non_word_mutable = --intermod-opt --no-intermodule-analysis
|