diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-16 14:12:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-16 14:12:56 +0000 |
commit | 36eb5d3d77426d8cbf4243ea752f8d8cd1d5c682 (patch) | |
tree | 93bb0950acf2d67b4951dde8c2aaa7f2012553f7 /src/OS | |
parent | 18c9d15e72d50474b8f0d31c35039fedf8847364 (diff) |
Taint: hybrid checking mode
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/Makefile-Linux | 3 |
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 |