aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-31 03:41:51 +0200
committerDominik Maier <domenukk@gmail.com>2020-03-31 03:41:51 +0200
commit3914aec72f0c0e9eb57a5b2b026e1522763d6bad (patch)
tree6352e8ba169e218988057fa62dd301d9f4dd4db9 /Makefile
parent9b63fc758e9a296eabaa2f452f2d72e204db1240 (diff)
downloadafl++-3914aec72f0c0e9eb57a5b2b026e1522763d6bad.tar.gz
src doku is now markdown
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbef4b7c..b45cf9d3 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ endif
CFLAGS ?= -O3 -funroll-loops $(CFLAGS_OPT)
override CFLAGS += -Wall -g -Wno-pointer-sign -D_FORTIFY_SOURCE=2 \
- -I include/ -DAFL_PATH=\"$(HELPER_PATH)\" \
+ -I include/ -Werror -DAFL_PATH=\"$(HELPER_PATH)\" \
-DBIN_PATH=\"$(BIN_PATH)\" -DDOC_PATH=\"$(DOC_PATH)\"
AFL_FUZZ_FILES = $(wildcard src/afl-fuzz*.c)