Skip to content

Commit

Permalink
chore: make cbmc proof build more strict by adding -Werror flag (#4606)
Browse files Browse the repository at this point in the history
  • Loading branch information
jouho authored Jun 24, 2024
1 parent 2edc3f8 commit 84c4b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/cbmc/aws-verification-model-for-libcrypto
4 changes: 2 additions & 2 deletions tests/cbmc/proofs/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ CHECKFLAGS += $(CBMC_FLAG_UNSIGNED_OVERFLOW_CHECK)
NONDET_STATIC ?=

# Flags to pass to goto-cc for compilation and linking
COMPILE_FLAGS ?= -Wall
LINK_FLAGS ?= -Wall
COMPILE_FLAGS ?= -Wall -Werror
LINK_FLAGS ?= -Wall -Werror
EXPORT_FILE_LOCAL_SYMBOLS ?= --export-file-local-symbols

# During instrumentation, it adds models of C library functions
Expand Down

0 comments on commit 84c4b70

Please sign in to comment.