Skip to content
Snippets Groups Projects
Unverified Commit 3997d06c authored by hexcoder's avatar hexcoder Committed by GitHub
Browse files

fix DUSEMMAP

parent 4d9eb9bd
No related branches found
No related tags found
No related merge requests found
......@@ -288,13 +288,13 @@ ifeq "$(shell echo '$(HASH)include <sys/ipc.h>@$(HASH)include <sys/shm.h>@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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment