Skip to content

Commit ac5b499

Browse files
committed
Further adjustments to Makefiles for proof stability.
Signed-off-by: Rod Chapman <[email protected]>
1 parent 636e03d commit ac5b499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proofs/cbmc/pack_pk/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ USE_DYNAMIC_FRAMES=1
2525

2626
# Disable any setting of EXTERNAL_SAT_SOLVER, and choose SMT backend instead
2727
EXTERNAL_SAT_SOLVER=
28-
CBMCFLAGS=--smt2
28+
CBMCFLAGS=--smt2 --no-array-field-sensitivity --slice-formula
2929

3030
FUNCTION_NAME = pack_pk
3131

proofs/cbmc/pointwise_sum_of_products/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ USE_DYNAMIC_FRAMES=1
2626

2727
# Disable any setting of EXTERNAL_SAT_SOLVER, and choose SMT backend instead
2828
EXTERNAL_SAT_SOLVER=
29-
CBMCFLAGS=--smt2 --slice-formula
29+
CBMCFLAGS=--smt2 --slice-formula --no-array-field-sensitivity
3030

3131
FUNCTION_NAME = pointwise_sum_of_products
3232

0 commit comments

Comments
 (0)