about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-10 09:39:43 +0200
committervan Hauser <vh@thc.org>2020-08-10 09:39:43 +0200
commitfb84103ffb364b7f2b8a4c51f6465948608968b5 (patch)
tree29d76c8b6c037dc51166ccf18ed6475313a029b3
parentc2706467229f31c8177f150be5a96f937cf138d7 (diff)
downloadafl++-fb84103ffb364b7f2b8a4c51f6465948608968b5.tar.gz
please no -Werror in the dev branch
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4a0fcdb6..86ae24b6 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)\"