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 669f115 commit ca6a7dfCopy full SHA for ca6a7df
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