You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maingoblint.ml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ let check_arguments () =
164
164
"trans.activated: to increase the precision of 'remove_dead_code' transform, disable "
165
165
^String.concat " and "@@List.map (funs -> "'"^ s ^"'") imprecise_options)
166
166
);
167
-
if get_bool "solvers.td3.space"&& get_bool "solvers.td3.narrow-globs.enabled"then fail "solvers.td3.space is incompatible with solvers.td3.narrow-globs.enabled";
167
+
if get_bool "solvers.td3.space"&& get_bool "solvers.td3.remove-wpoint"then fail "solvers.td3.space is incompatible with solvers.td3.remove-wpoint";
168
168
if get_bool "solvers.td3.space"&& get_string "solvers.td3.side_widen"="sides-local"then fail "solvers.td3.space is incompatible with solvers.td3.side_widen = 'sides-local'";
169
169
if get_bool "solvers.td3.space"&& get_bool "solvers.td3.narrow-globs.enabled"then fail "solvers.td3.space is incompatible with solvers.td3.narrow-globs.enabled";
170
170
if (get_bool "incremental.load"|| get_bool "incremental.save") && get_bool "solvers.td3.narrow-globs.enabled"then (
0 commit comments