diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-10 13:19:09 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-10 16:02:48 +0000 |
commit | f096bcccb8e4c9ba57d128c2f08c52f7dc94e07d (patch) | |
tree | c8d31df80210a34d66fddfbabd81a48c143e8544 /src/OS/Makefile-Linux | |
parent | adc4ecf9c7fc0a78c471c6794f5b2e62a396c301 (diff) |
Taint: invert the taint-check implementation control #define
Diffstat (limited to 'src/OS/Makefile-Linux')
-rw-r--r-- | src/OS/Makefile-Linux | 3 |
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 |