summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-Linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/OS/Makefile-Linux')
-rw-r--r--src/OS/Makefile-Linux3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OS/Makefile-Linux b/src/OS/Makefile-Linux
index ae9f249a9..d1d501376 100644
--- a/src/OS/Makefile-Linux
+++ b/src/OS/Makefile-Linux
@@ -18,6 +18,9 @@ CC=cc
CFLAGS ?= -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
CFLAGS_DYNAMIC ?= -shared -rdynamic
+# We have mmap/malloc addr spaces separate
+CFLAGS += -DTAINT_CHECK_FAST
+
DBMLIB = -ldb
USE_DB = yes