diff options
author | van Hauser <vh@thc.org> | 2020-06-28 16:53:31 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-28 16:53:31 +0200 |
commit | 910b9f3f25c03d64a5e80726fe5724e95571dc33 (patch) | |
tree | 32be9d522c479b06398a27118363630a4633ee14 /examples/aflpp_driver | |
parent | 4fd2cb2ce0f92ff9b1ac290889a88e45bcf7dc71 (diff) | |
download | afl++-910b9f3f25c03d64a5e80726fe5724e95571dc33.tar.gz |
O2 instead of O3 for .o target files
Diffstat (limited to 'examples/aflpp_driver')
-rw-r--r-- | examples/aflpp_driver/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/aflpp_driver/GNUmakefile b/examples/aflpp_driver/GNUmakefile index a4969a88..02d08bfc 100644 --- a/examples/aflpp_driver/GNUmakefile +++ b/examples/aflpp_driver/GNUmakefile @@ -7,7 +7,7 @@ ifneq "" "$(LLVM_BINDIR)" LLVM_BINDIR := $(LLVM_BINDIR)/ endif -FLAGS=-O3 -funroll-loops +FLAGS=-O2 -g all: libAFLDriver.a libAFLQemuDriver.a aflpp_qemu_driver_hook.so |