Skip to content

Commit 57cf084

Browse files
rod-chapmanmkannwischer
authored andcommitted
Further adjustments to Makefiles for proof stability.
Signed-off-by: Rod Chapman <rodchap@amazon.com>
1 parent 1043f0f commit 57cf084

File tree

1 file changed

+1
-1
lines changed
  • proofs/cbmc/pointwise_sum_of_products

1 file changed

+1
-1
lines changed

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)