diff options
| author | lazymio <mio@lazym.io> | 2022-04-24 20:13:40 +0200 |
|---|---|---|
| committer | lazymio <mio@lazym.io> | 2022-04-24 20:13:40 +0200 |
| commit | ee50f41d29ea67282e7bd2a2fc495c6e09922916 (patch) | |
| tree | 346a5bd5066ee472cb329fe628eda0f53d83b20e /utils/libdislocator/Makefile | |
| parent | aeeca164b5a01eebc9c7cb386155375980e1fdc2 (diff) | |
| parent | b2c96f66eef42a58d2b62f98a5cec6f5f483dbde (diff) | |
| download | afl++-ee50f41d29ea67282e7bd2a2fc495c6e09922916.tar.gz | |
Merge origin/dev
Diffstat (limited to 'utils/libdislocator/Makefile')
| -rw-r--r-- | utils/libdislocator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/libdislocator/Makefile b/utils/libdislocator/Makefile index f0b4bb72..6bfb79ec 100644 --- a/utils/libdislocator/Makefile +++ b/utils/libdislocator/Makefile @@ -19,9 +19,10 @@ HELPER_PATH = $(PREFIX)/lib/afl VERSION = $(shell grep '^\#define VERSION ' ../../config.h | cut -d '"' -f2) CFLAGS ?= -O3 -funroll-loops -D_FORTIFY_SOURCE=2 -override CFLAGS += -I ../../include/ -Wall -g -Wno-pointer-sign +CFLAGS += -I ../../include/ -Wall -g -Wno-pointer-sign CFLAGS_ADD=$(USEHUGEPAGE:1=-DUSEHUGEPAGE) +CFLAGS_ADD += $(USENAMEDPAGE:1=-DUSENAMEDPAGE) CFLAGS += $(CFLAGS_ADD) all: libdislocator.so |
