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, 0 insertions, 3 deletions
diff --git a/src/OS/Makefile-Linux b/src/OS/Makefile-Linux
index d1d501376..ae9f249a9 100644
--- a/src/OS/Makefile-Linux
+++ b/src/OS/Makefile-Linux
@@ -18,9 +18,6 @@ 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