about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-09 00:35:12 +0200
committervan Hauser <vh@thc.org>2020-08-09 00:35:12 +0200
commite4a0237cbc745552a5b21a2450d7ab55ee98759d (patch)
tree4a744f0705ab405dd86017b791a510f1dde22a1e /GNUmakefile
parentd8f5502d83ec530bcc1ad15b2d23b2660cd6ce58 (diff)
downloadafl++-e4a0237cbc745552a5b21a2450d7ab55ee98759d.tar.gz
step 1
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9b064eb6..4d0c434e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -98,7 +98,7 @@ ifneq "$(shell uname -m)" "x86_64"
 endif
 
 CFLAGS     ?= -O3 -funroll-loops $(CFLAGS_OPT)
-override CFLAGS += -Wall -Wextra -Werror -g -Wno-pointer-sign \
+override CFLAGS += -g -Wno-pointer-sign \
 			  -I include/ -DAFL_PATH=\"$(HELPER_PATH)\" \
 			  -DBIN_PATH=\"$(BIN_PATH)\" -DDOC_PATH=\"$(DOC_PATH)\"