We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dd4b6 commit 1b7a36eCopy full SHA for 1b7a36e
verification/cbmc/proofs/Makefile.common
@@ -307,8 +307,8 @@ COVERFLAGS += $(CBMC_FLAG_MALLOC_FAIL_NULL)
307
NONDET_STATIC ?=
308
309
# Flags to pass to goto-cc for compilation and linking
310
-COMPILE_FLAGS ?= -Wall
311
-LINK_FLAGS ?= -Wall
+COMPILE_FLAGS ?= -Wall -Werror
+LINK_FLAGS ?= -Wall -Werror
312
EXPORT_FILE_LOCAL_SYMBOLS ?= --export-file-local-symbols
313
314
# Preprocessor include paths -I...
0 commit comments