about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorlazymio <mio@lazym.io>2022-04-24 20:13:40 +0200
committerlazymio <mio@lazym.io>2022-04-24 20:13:40 +0200
commitee50f41d29ea67282e7bd2a2fc495c6e09922916 (patch)
tree346a5bd5066ee472cb329fe628eda0f53d83b20e /GNUmakefile
parentaeeca164b5a01eebc9c7cb386155375980e1fdc2 (diff)
parentb2c96f66eef42a58d2b62f98a5cec6f5f483dbde (diff)
downloadafl++-ee50f41d29ea67282e7bd2a2fc495c6e09922916.tar.gz
Merge origin/dev
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