diff options
author | van Hauser <vh@thc.org> | 2020-06-04 09:10:58 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-04 09:10:58 +0200 |
commit | f1ad9bdaea754cd08581b7b41bac7f404763fde7 (patch) | |
tree | c0c3e99898e03f4a1e3e8a39d13187faa3d766f7 /examples/aflpp_driver/GNUmakefile | |
parent | 2f73215d4f24d9059546aff2b82d7eef05fbe253 (diff) | |
download | afl++-f1ad9bdaea754cd08581b7b41bac7f404763fde7.tar.gz |
fix
Diffstat (limited to 'examples/aflpp_driver/GNUmakefile')
-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 05ddebb0..988576d5 100644 --- a/examples/aflpp_driver/GNUmakefile +++ b/examples/aflpp_driver/GNUmakefile @@ -18,7 +18,7 @@ libAFLDriver.a: aflpp_driver.o ar ru libAFLDriver.a aflpp_driver.o aflpp_qemu_driver.o: aflpp_qemu_driver.c - $(LLVM_BINDIR)clang $(FLAGS) -funroll-loops -c aflpp_qemu_driver.c + $(LLVM_BINDIR)clang $(FLAGS) -O0 -funroll-loops -c aflpp_qemu_driver.c libAFLQemuDriver.a: aflpp_qemu_driver.o ar ru libAFLQemuDriver.a aflpp_qemu_driver.o |