diff options
author | vanhauser-thc <vh@thc.org> | 2022-10-19 08:50:17 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-10-19 08:50:17 +0200 |
commit | 9a77a6fa928b3f69729761ffa7294745789c684f (patch) | |
tree | 8c8056289583288fa31ce7c9e7babb0fbd5888f1 /GNUmakefile.llvm | |
parent | 23580e2cb6f6f92741190e1757f5020e9cd9cc88 (diff) | |
download | afl++-9a77a6fa928b3f69729761ffa7294745789c684f.tar.gz |
nits
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" |