about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-04-22 10:28:14 +0200
committervanhauser-thc <vh@thc.org>2022-04-22 10:28:21 +0200
commit7f26d133458f5034499f40129e9a5517cee21cce (patch)
tree2cd01d3b019350de759c6f0478465197632bbab2 /GNUmakefile
parent5798c686b20ac47c4fc7f939c02ee211108c0f1f (diff)
downloadafl++-7f26d133458f5034499f40129e9a5517cee21cce.tar.gz
try repeating write
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ec81cbac..8b09c51a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -145,7 +145,7 @@ else
   CFLAGS ?= -O2 $(CFLAGS_OPT) # -funroll-loops is slower on modern compilers
 endif
 
-override CFLAGS += -g -Wno-pointer-sign -Wno-variadic-macros -Wall -Wextra -Wpointer-arith \
+override CFLAGS += -g -Wno-pointer-sign -Wno-variadic-macros -Wall -Wextra -Wno-pointer-arith \
 			-fPIC -I include/ -DAFL_PATH=\"$(HELPER_PATH)\" \
 			-DBIN_PATH=\"$(BIN_PATH)\" -DDOC_PATH=\"$(DOC_PATH)\"
 # -fstack-protector