diff options
author | van Hauser <vh@thc.org> | 2020-09-20 14:58:08 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-09-20 14:58:08 +0200 |
commit | 5f52f72761fd6bcb2cd9c97fb1cd3a6f05f28ccd (patch) | |
tree | 38cb64c1403799220c9529f09658f09ff9acddb0 /custom_mutators | |
parent | 6d996951086460c82eb6f887b7b2db4c6b77e0b2 (diff) | |
download | afl++-5f52f72761fd6bcb2cd9c97fb1cd3a6f05f28ccd.tar.gz |
set explore as default, fix schedule display
Diffstat (limited to 'custom_mutators')
-rw-r--r-- | custom_mutators/libfuzzer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/libfuzzer/Makefile b/custom_mutators/libfuzzer/Makefile index f0c80392..34a358ac 100644 --- a/custom_mutators/libfuzzer/Makefile +++ b/custom_mutators/libfuzzer/Makefile @@ -1,7 +1,7 @@ #CFLAGS = -O3 -funroll-loops -fPIC -fpermissive -std=c++11 CFLAGS = -g -O0 -fPIC -fpermissive -std=c++11 -CC := clang++ +CC ?= clang++ all: libfuzzer-mutator.so |