about summary refs log tree commit diff
path: root/examples/aflpp_driver/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-15 21:39:45 +0200
committervan Hauser <vh@thc.org>2020-06-15 21:39:45 +0200
commit6a216b5708a21283c2a8dbc05af6c98c067b9e08 (patch)
treed2cd03c5b802e85524fc3908e87e44115129e946 /examples/aflpp_driver/GNUmakefile
parentf6d2da27e3a23436b3d13d8c9abf702edbffffb4 (diff)
downloadafl++-6a216b5708a21283c2a8dbc05af6c98c067b9e08.tar.gz
make aflpp driver performant again
Diffstat (limited to 'examples/aflpp_driver/GNUmakefile')
-rw-r--r--examples/aflpp_driver/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/aflpp_driver/GNUmakefile b/examples/aflpp_driver/GNUmakefile
index 24f959e6..a4969a88 100644
--- a/examples/aflpp_driver/GNUmakefile
+++ b/examples/aflpp_driver/GNUmakefile
@@ -7,7 +7,7 @@ ifneq "" "$(LLVM_BINDIR)"
   LLVM_BINDIR := $(LLVM_BINDIR)/
 endif
 
-FLAGS=-O2 -funroll-loops
+FLAGS=-O3 -funroll-loops
 
 all:	libAFLDriver.a libAFLQemuDriver.a aflpp_qemu_driver_hook.so