Skip to content

Commit 1bbeef4

Browse files
committed
update readme, renice -20
1 parent 7f33171 commit 1bbeef4

File tree

5 files changed

+500
-1163
lines changed

5 files changed

+500
-1163
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ifneq "$(shell uname -m)" "x86_64"
9696
endif
9797

9898
CFLAGS ?= -O3 -funroll-loops $(CFLAGS_OPT)
99-
override CFLAGS += -Wall -g -Wno-pointer-sign -Wmissing-declarations\
99+
override CFLAGS += -Wall -g -Wno-pointer-sign -Wmissing-declarations -Wno-unused-result \
100100
-I include/ -DAFL_PATH=\"$(HELPER_PATH)\" \
101101
-DBIN_PATH=\"$(BIN_PATH)\" -DDOC_PATH=\"$(DOC_PATH)\"
102102

0 commit comments

Comments
 (0)