We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c0ad6 commit ac998e9Copy full SHA for ac998e9
examples/persistent_demo/Makefile
@@ -1,7 +1,7 @@
1
all:
2
afl-clang-fast -o persistent_demo persistent_demo.c
3
afl-clang-fast -o persistent_demo_new persistent_demo_new.c
4
- afl-clang-fast -o test-instr test-instr.c
+ AFL_DONT_OPTIMIZE=1 afl-clang-fast -o test-instr test-instr.c
5
6
document:
7
AFL_DONT_OPTIMIZE=1 afl-clang-fast -D_AFL_DOCUMENT_MUTATIONS -o test-instr test-instr.c
0 commit comments