summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-07-29 15:48:05 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-07-29 15:48:05 +0100
commit14ca5d2ac6c3536fe189435269a302ef14e972cf (patch)
treea4f08fdb57eedee5f761f057a7a8649169747414 /src/OS
parente2ae28ed72ed4253536367f8aad58782c7d8be18 (diff)
Fix taint-checking on OpenBSD
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/Makefile-OpenBSD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OS/Makefile-OpenBSD b/src/OS/Makefile-OpenBSD
index 5a894789c..2b37a7373 100644
--- a/src/OS/Makefile-OpenBSD
+++ b/src/OS/Makefile-OpenBSD
@@ -5,6 +5,7 @@ CHGRP_COMMAND=/usr/sbin/chgrp
CHMOD_COMMAND=/bin/chmod
CFLAGS=-O2 -Wall -Wno-parentheses -Wno-self-assign -Wno-logical-op-parentheses
+CFLAGS += -DTAINT_CHECK_SLOW
LIBS=-lm