Skip to content

Commit c86478c

Browse files
committed
[DEBUG] reset optim compilation
1 parent 4c46410 commit c86478c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ MISC_PATH = $(PREFIX)/share/afl
2727
PROGS = afl-gcc afl-fuzz afl-replay aflnet-replay afl-showmap afl-tmin afl-gotcpu afl-analyze
2828
SH_PROGS = afl-plot afl-cmin afl-whatsup
2929

30-
#CFLAGS ?= -O3 -funroll-loops
31-
CFLAGS ?= -funroll-loops
30+
CFLAGS ?= -O3 -funroll-loops
3231
CFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -Wno-unused-result \
3332
-DAFL_PATH=\"$(HELPER_PATH)\" -DDOC_PATH=\"$(DOC_PATH)\" \
3433
-DBIN_PATH=\"$(BIN_PATH)\"

0 commit comments

Comments
 (0)