mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Fix the failure of tests/valid/tuple_eqv.
The long-existing possible option incompatibility was exposed by recent changes.
This commit is contained in:
@@ -154,7 +154,7 @@ MCFLAGS-state_var_mode_bug_1 += --no-warn-singleton-vars
|
||||
MCFLAGS-table_no_attr += --structure-sharing
|
||||
MCFLAGS-tci_spec_varmap += --deforestation --type-specialisation
|
||||
MCFLAGS-time_yaowl += --allow-stubs
|
||||
MCFLAGS-tuple_eqv += --smart-recompilation
|
||||
MCFLAGS-tuple_eqv += --smart-recompilation --no-intermod-opt
|
||||
MCFLAGS-two_way_unif += -O-1
|
||||
MCFLAGS-typeclass_det_warning += --halt-at-warn
|
||||
MCFLAGS-type_inf_ambig_test += --infer-all
|
||||
|
||||
Reference in New Issue
Block a user