git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Taint: invert the taint-check implementation control #define
[users/jgh/exim.git]
/
src
/
OS
/
Makefile-Linux
diff --git
a/src/OS/Makefile-Linux
b/src/OS/Makefile-Linux
index ae9f249a9abd896b1ac450524e3d9853cdf1ada5..d1d501376afc48bb45d8462e5faf25f9a8266bb7 100644
(file)
--- 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