diff options
author | hexcoder- <heiko@hexco.de> | 2020-12-08 22:32:51 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-12-08 22:32:51 +0100 |
commit | 6fb74342b8a3e7aa62e9e0cfe79bd84d9076a275 (patch) | |
tree | 5809d8c6f044ae7d007f60f273dcc248d7139c06 | |
parent | 2b543a64af94d4749fb6644f562a27bec123f7b5 (diff) | |
download | afl++-6fb74342b8a3e7aa62e9e0cfe79bd84d9076a275.tar.gz |
add TEST_MMAP
-rw-r--r-- | GNUmakefile.gcc_plugin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.gcc_plugin b/GNUmakefile.gcc_plugin index bf3a3288..3f658a47 100644 --- a/GNUmakefile.gcc_plugin +++ b/GNUmakefile.gcc_plugin @@ -19,7 +19,7 @@ # # http://www.apache.org/licenses/LICENSE-2.0 # - +#TEST_MMAP=1 PREFIX ?= /usr/local HELPER_PATH ?= $(PREFIX)/lib/afl BIN_PATH ?= $(PREFIX)/bin |