aboutsummaryrefslogtreecommitdiff
path: root/custom_mutators
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-20 14:58:08 +0200
committervan Hauser <vh@thc.org>2020-09-20 14:58:08 +0200
commit5f52f72761fd6bcb2cd9c97fb1cd3a6f05f28ccd (patch)
tree38cb64c1403799220c9529f09658f09ff9acddb0 /custom_mutators
parent6d996951086460c82eb6f887b7b2db4c6b77e0b2 (diff)
downloadAFLplusplus-5f52f72761fd6bcb2cd9c97fb1cd3a6f05f28ccd.tar.gz
set explore as default, fix schedule display
Diffstat (limited to 'custom_mutators')
-rw-r--r--custom_mutators/libfuzzer/Makefile2
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