diff options
| author | van Hauser <vh@thc.org> | 2022-04-18 10:40:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-18 10:40:27 +0200 |
| commit | 35cf1fa906ed647e07e8a6baa927b77a120d1f2a (patch) | |
| tree | 11777a725d854e372ac7eac8e95140ca91c991c8 /utils/libdislocator/Makefile | |
| parent | 5d4b0938d5c3ddad18c85c1f2a4c516d46bbf243 (diff) | |
| parent | 6e790552fe7a1f34e584160ceef051b6f66b7ce4 (diff) | |
| download | afl++-35cf1fa906ed647e07e8a6baa927b77a120d1f2a.tar.gz | |
Merge pull request #1390 from devnexen/map_name_libdislocator
libdislocator, new option to name an anonymous address range.
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 |
