File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ HELPER_PATH = $(PREFIX)/lib/afl
19
19
VERSION = $(shell grep '^\#define VERSION ' ../../config.h | cut -d '"' -f2)
20
20
21
21
CFLAGS ?= -O3 -funroll-loops -D_FORTIFY_SOURCE=2
22
- CFLAGS += -I ../../include/ -Wall -g -Wno-pointer-sign
22
+ override CFLAGS += -I ../../include/ -Wall -g -Wno-pointer-sign
23
23
24
24
CFLAGS_ADD=$(USEHUGEPAGE:1 =-DUSEHUGEPAGE)
25
25
CFLAGS += $(CFLAGS_ADD )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ MAN_PATH ?= $(PREFIX)/share/man/man8
21
21
VERSION = $(shell grep '^\#define VERSION ' ../../config.h | cut -d '"' -f2)
22
22
23
23
CFLAGS ?= -O3 -funroll-loops -D_FORTIFY_SOURCE=2
24
- CFLAGS += -I ../../include/ -Wall -g -Wno-pointer-sign
24
+ override CFLAGS += -I ../../include/ -Wall -g -Wno-pointer-sign
25
25
26
26
27
27
UNAME_S =$(shell uname -s) # GNU make
You can’t perform that action at this time.
0 commit comments