mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-17 10:23:46 +00:00
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
# vim: ts=4 sw=4 expandtab
|
|
|
|
MCFLAGS-abstract_instance_helper_1 = --infer-all
|
|
|
|
MCFLAGS-complicated_constraint = --no-inlining \
|
|
--user-guided-type-specialization
|
|
|
|
MCFLAGS-existential_type_classes = --infer-all
|
|
MCFLAGS-extra_typeinfo = --optimize-higher-order \
|
|
--no-type-specialization --body-typeinfo-liveness
|
|
MCFLAGS-inference_test = --infer-all
|
|
MCFLAGS-inference_test_2 = --infer-all
|
|
MCFLAGS-intermod_typeclass_bug = --intermodule-optimization
|
|
MCFLAGS-intermod_typeclass_bug2 = --intermodule-optimization
|
|
MCFLAGS-lambda_multi_constraint_same_tvar = --infer-all
|
|
MCFLAGS-no_fundep_infer = --infer-all
|
|
|
|
# Check that the exported specialized versions are still created.
|
|
MCFLAGS-type_spec_helper_1 = --no-user-guided-type-specialization
|
|
MCFLAGS-unbound_tvar = --no-user-guided-type-specialisation
|
|
MCFLAGS-unqualified_method = --intermodule-optimization
|
|
MCFLAGS-unqualified_method_helper_1 = --intermodule-optimization
|
|
MCFLAGS-unqualified_method_helper_2 = --intermodule-optimization
|
|
MCFLAGS-module_test = --infer-all
|
|
MCFLAGS-module_test_helper_1 = --infer-all
|
|
MCFLAGS-module_test_helper_2 = --infer-all
|