diff options
| author | van Hauser <vh@thc.org> | 2020-06-04 16:31:53 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-06-04 16:31:53 +0200 |
| commit | a9348e0acc1ea7de31858e2832f0a4abccf20599 (patch) | |
| tree | b8ba26434d1f9edeafb1d588bed3a3ececbb2a0b /llvm_mode/GNUmakefile | |
| parent | 9a1e22afab096f64abf91daecbe78a9aac638f97 (diff) | |
| download | afl++-a9348e0acc1ea7de31858e2832f0a4abccf20599.tar.gz | |
fix cmplog for shmem persistent mode
Diffstat (limited to 'llvm_mode/GNUmakefile')
| -rw-r--r-- | llvm_mode/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm_mode/GNUmakefile b/llvm_mode/GNUmakefile index 0e554a39..ca1e8e08 100644 --- a/llvm_mode/GNUmakefile +++ b/llvm_mode/GNUmakefile @@ -68,7 +68,7 @@ endif ifeq "$(LLVM_MAJOR)" "11" $(info [+] llvm_mode detected llvm 11, enabling afl-clang-lto LTO implementation) LLVM_LTO = 1 - TEST_MMAP = 1 + #TEST_MMAP = 1 endif ifeq "$(LLVM_LTO)" "0" @@ -236,7 +236,7 @@ ifeq "$(shell echo '$(HASH)include <sys/ipc.h>@$(HASH)include <sys/shm.h>@int ma SHMAT_OK=1 else SHMAT_OK=0 - CFLAGS+=-DUSEMMAP=1 + #CFLAGS+=-DUSEMMAP=1 LDFLAGS += -Wno-deprecated-declarations endif |
