diff options
| author | van Hauser <vh@thc.org> | 2020-02-19 12:20:09 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-02-19 12:20:09 +0100 |
| commit | 0b692fadddf33e9db0541c34c82bbf89118f3a25 (patch) | |
| tree | ee7ee6991e964b30603e8a49ccdcedc8776e9266 /Makefile | |
| parent | 62b17844b92afd1a7442b05badb02abfa553133f (diff) | |
| download | afl++-0b692fadddf33e9db0541c34c82bbf89118f3a25.tar.gz | |
gcc-10 support
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index f8f02520..b9d4bf5a 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ endif CFLAGS ?= -O3 -funroll-loops $(CFLAGS_OPT) override CFLAGS += -Wall -g -Wno-pointer-sign -I include/ \ -DAFL_PATH=\"$(HELPER_PATH)\" -DBIN_PATH=\"$(BIN_PATH)\" \ - -DDOC_PATH=\"$(DOC_PATH)\" -Wno-unused-function + -DDOC_PATH=\"$(DOC_PATH)\" -Wno-unused-function -fcommon AFL_FUZZ_FILES = $(wildcard src/afl-fuzz*.c) |
