diff options
| author | David Carlier <devnexen@gmail.com> | 2019-11-07 04:56:57 +0000 |
|---|---|---|
| committer | David Carlier <devnexen@gmail.com> | 2019-11-07 04:58:18 +0000 |
| commit | 3ce808688f793a72bcd28b31d0766fc90304c622 (patch) | |
| tree | c95cb4d639cf3fd4c8965c40bf5c85fd4c628a88 /libdislocator/Makefile | |
| parent | cc301c18d569dac3486a0466cdf5c70ff6685bc8 (diff) | |
| download | afl++-3ce808688f793a72bcd28b31d0766fc90304c622.tar.gz | |
Little additions from feedback
Diffstat (limited to 'libdislocator/Makefile')
| -rw-r--r-- | libdislocator/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libdislocator/Makefile b/libdislocator/Makefile index 05ba26b3..216d2862 100644 --- a/libdislocator/Makefile +++ b/libdislocator/Makefile @@ -21,6 +21,10 @@ VERSION = $(shell grep '^\#define VERSION ' ../config.h | cut -d '"' -f2) CFLAGS ?= -O3 -funroll-loops -I ../include/ CFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign +ifdef USEHUGEPAGE + CFLAGS += -DUSEHUGEPAGE +endif + all: libdislocator.so libdislocator.so: libdislocator.so.c ../config.h |
