diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-03-31 03:41:51 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-04-01 13:10:07 +0200 |
| commit | 5bc6dccbbd6167b556af751755f0ae02c1ca2a8f (patch) | |
| tree | 6352e8ba169e218988057fa62dd301d9f4dd4db9 /Makefile | |
| parent | 42ee300e92c0d3f7bba6f4f015353bd5ff6839c5 (diff) | |
| download | afl++-5bc6dccbbd6167b556af751755f0ae02c1ca2a8f.tar.gz | |
src doku is now markdown
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
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) |
