about summary refs log tree commit diff
path: root/libdislocator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libdislocator/Makefile')
-rw-r--r--libdislocator/Makefile4
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