Skip to content

Commit ac998e9

Browse files
committed
minimal changes to a test
1 parent 15c0ad6 commit ac998e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/persistent_demo/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all:
22
afl-clang-fast -o persistent_demo persistent_demo.c
33
afl-clang-fast -o persistent_demo_new persistent_demo_new.c
4-
afl-clang-fast -o test-instr test-instr.c
4+
AFL_DONT_OPTIMIZE=1 afl-clang-fast -o test-instr test-instr.c
55

66
document:
77
AFL_DONT_OPTIMIZE=1 afl-clang-fast -D_AFL_DOCUMENT_MUTATIONS -o test-instr test-instr.c

0 commit comments

Comments
 (0)