summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct9
1 files changed, 0 insertions, 9 deletions
diff --git a/SConstruct b/SConstruct
index 091ca6f7fb1..897ef8ac76b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2323,15 +2323,6 @@ def doConfigure(myenv):
if not AddToCCFLAGSIfSupported(myenv, "-fno-sanitize-recover"):
AddToCCFLAGSIfSupported(myenv, "-fno-sanitize-recover=undefined")
- # Ideally, we would apply this only in the WiredTiger
- # directory until WT-2631 is resolved, but we can't rely
- # on the flag being supported until clang-3.6, which isn't
- # our minimum, and we don't have access to
- # AddToCCFFLAGSIfSupported in the scope of the WT
- # Sconscript.
- #
- AddToCCFLAGSIfSupported(myenv, "-fno-sanitize=nonnull-attribute")
-
if myenv.ToolchainIs('msvc') and optBuild:
# http://blogs.msdn.com/b/vcblog/archive/2013/09/11/introducing-gw-compiler-switch.aspx
#