We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c46410 commit c86478cCopy full SHA for c86478c
Makefile
@@ -27,8 +27,7 @@ MISC_PATH = $(PREFIX)/share/afl
27
PROGS = afl-gcc afl-fuzz afl-replay aflnet-replay afl-showmap afl-tmin afl-gotcpu afl-analyze
28
SH_PROGS = afl-plot afl-cmin afl-whatsup
29
30
-#CFLAGS ?= -O3 -funroll-loops
31
-CFLAGS ?= -funroll-loops
+CFLAGS ?= -O3 -funroll-loops
32
CFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -Wno-unused-result \
33
-DAFL_PATH=\"$(HELPER_PATH)\" -DDOC_PATH=\"$(DOC_PATH)\" \
34
-DBIN_PATH=\"$(BIN_PATH)\"
0 commit comments