From 3997d06cbd09e12cd0367170b3e2698ee71dd8cf Mon Sep 17 00:00:00 2001 From: hexcoder Date: Wed, 9 Dec 2020 10:53:31 +0100 Subject: fix DUSEMMAP --- GNUmakefile.llvm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile.llvm') diff --git a/GNUmakefile.llvm b/GNUmakefile.llvm index cc28695d..d048e321 100644 --- a/GNUmakefile.llvm +++ b/GNUmakefile.llvm @@ -288,13 +288,13 @@ ifeq "$(shell echo '$(HASH)include @$(HASH)include @int ma SHMAT_OK=1 else SHMAT_OK=0 - #CFLAGS+=-DUSEMMAP=1 + CFLAGS_SAFE+=-DUSEMMAP=1 LDFLAGS += -Wno-deprecated-declarations endif ifeq "$(TEST_MMAP)" "1" SHMAT_OK=0 - CFLAGS+=-DUSEMMAP=1 + CFLAGS_SAFE+=-DUSEMMAP=1 LDFLAGS += -Wno-deprecated-declarations endif -- cgit 1.4.1