Skip to content

Commit 5d6774a

Browse files
Update proofs/cbmc/Makefile.common
Co-authored-by: Hanno Becker <beckphan@amazon.co.uk> Signed-off-by: Roderick Chapman <rodchap@amazon.com>
1 parent ec70ec1 commit 5d6774a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proofs/cbmc/Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ COMMA :=,
542542
# CBMC team recommend that --no-array-field-sensitivity should never be used
543543
# with CBMC 6.9.0 and above when --slice-formula has been specified
544544
ifeq ($(findstring --no-array-field-sensitivity,$(CBMCFLAGS)),--no-array-field-sensitivity)
545-
$(error CBMC option --no-array-field-sensitivity must not be used with CBMC 6.9.0 and above)
545+
$(error CBMC option --no-array-field-sensitivity is believed to be detrimental to performance in CBMC v6.9.0 and has been removed from the CBMC Makefiles -- do you really want this?)
546546
endif
547547

548548
################################################################

0 commit comments

Comments
 (0)