diff options
| author | van Hauser <vh@thc.org> | 2020-05-25 22:19:50 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-05-25 22:19:50 +0200 |
| commit | 0994972c07333af3a1fecf694c6527517da966ca (patch) | |
| tree | 8bee647384bcda5dca5931290e96b8deedecc11a /GNUmakefile | |
| parent | a0da53117081cbca03674224cad26e5dd2fe5eaf (diff) | |
| download | afl++-0994972c07333af3a1fecf694c6527517da966ca.tar.gz | |
more performance testing
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index fbcc53de..0cb9ede8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -55,7 +55,7 @@ ifneq "$(shell uname)" "Darwin" CFLAGS_OPT += -march=native endif # OS X does not like _FORTIFY_SOURCE=2 - CFLAGS_OPT += -D_FORTIFY_SOURCE=2 +# CFLAGS_OPT += -D_FORTIFY_SOURCE=2 endif ifdef STATIC |
