diff options
| author | van Hauser <vh@thc.org> | 2020-06-28 22:50:18 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-06-28 22:50:18 +0200 |
| commit | 81974c4d5e63211744153f2ebcfb246046edbc5b (patch) | |
| tree | 7bfd8f6fc9b9d63a1f54349e3e72a15861c0d1c5 /examples/aflpp_driver/GNUmakefile | |
| parent | 5f3b7e6cdffe25f4d8e53115db3f47dcf8f8ab6e (diff) | |
| download | afl++-81974c4d5e63211744153f2ebcfb246046edbc5b.tar.gz | |
debug code
Diffstat (limited to 'examples/aflpp_driver/GNUmakefile')
| -rw-r--r-- | examples/aflpp_driver/GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/aflpp_driver/GNUmakefile b/examples/aflpp_driver/GNUmakefile index 02d08bfc..bd568224 100644 --- a/examples/aflpp_driver/GNUmakefile +++ b/examples/aflpp_driver/GNUmakefile @@ -7,18 +7,18 @@ ifneq "" "$(LLVM_BINDIR)" LLVM_BINDIR := $(LLVM_BINDIR)/ endif -FLAGS=-O2 -g +FLAGS=-O3 -funroll-loops -g all: libAFLDriver.a libAFLQemuDriver.a aflpp_qemu_driver_hook.so aflpp_driver.o: aflpp_driver.cpp - $(LLVM_BINDIR)clang++ $(FLAGS) -stdlib=libc++ -funroll-loops -std=c++11 -c aflpp_driver.cpp + $(LLVM_BINDIR)clang++ $(FLAGS) -stdlib=libc++ -std=c++11 -c aflpp_driver.cpp libAFLDriver.a: aflpp_driver.o ar ru libAFLDriver.a aflpp_driver.o debug: - $(LLVM_BINDIR)clang++ -I../../include -D_DEBUG=\"1\" $(FLAGS) -stdlib=libc++ -funroll-loops -std=c++11 -c aflpp_driver.cpp + $(LLVM_BINDIR)clang++ -I../../include -D_DEBUG=\"1\" -g -stdlib=libc++ -funroll-loops -std=c++11 -c aflpp_driver.cpp ar ru libAFLDriver.a aflpp_driver.o aflpp_qemu_driver.o: aflpp_qemu_driver.c |
