diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-04-16 19:53:51 +0200 | 
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-04-16 19:53:51 +0200 | 
| commit | 23ea7279159dce964c69b3dfa5e7e36f3d5a5085 (patch) | |
| tree | c29eeca17acee61a862646149b8cd1d9a4cf97f3 /GNUmakefile | |
| parent | f157bca54858dce131e90f664da2505d43e0f65f (diff) | |
| parent | 35937e62634f69b34c852abb0aaeca546a712f4f (diff) | |
| download | afl++-23ea7279159dce964c69b3dfa5e7e36f3d5a5085.tar.gz | |
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 74a290e6..11dfa803 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -69,7 +69,7 @@ ifneq "$(shell uname -m)" "x86_64" endif CFLAGS ?= -O3 -funroll-loops $(CFLAGS_OPT) -override CFLAGS += -Wall -g -Wno-pointer-sign \ +override CFLAGS += -Wall -g -Wno-pointer-sign -Wmissing-declarations\ -I include/ -Werror -DAFL_PATH=\"$(HELPER_PATH)\" \ -DBIN_PATH=\"$(BIN_PATH)\" -DDOC_PATH=\"$(DOC_PATH)\"  | 
