diff options
author | van Hauser <vh@thc.org> | 2022-10-24 20:46:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 20:46:31 +0200 |
commit | a075cddef6ae71516a960116f3d944efd5671e5d (patch) | |
tree | 724dd6978ebb10f52c4bdda86eb44a5494b33409 /GNUmakefile.llvm | |
parent | d1e1bbc713b22d620956143634ecdf97223aa59f (diff) | |
parent | 05e0825d66d938308842c25c4c74b5cdd4a885eb (diff) | |
download | afl++-a075cddef6ae71516a960116f3d944efd5671e5d.tar.gz |
Merge pull request #1561 from AFLplusplus/dev
push to stable
Diffstat (limited to 'GNUmakefile.llvm')
-rw-r--r-- | GNUmakefile.llvm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile.llvm b/GNUmakefile.llvm index 2349e587..4dc5a56e 100644 --- a/GNUmakefile.llvm +++ b/GNUmakefile.llvm @@ -89,7 +89,6 @@ endif ifeq "$(LLVM_HAVE_LTO)" "1" $(info [+] llvm_mode detected llvm 11+, enabling afl-lto LTO implementation) LLVM_LTO = 1 - #TEST_MMAP = 1 endif ifeq "$(LLVM_LTO)" "0" |