summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2016-09-12 13:40:00 -0400
committerAndrew Morrow <acm@mongodb.com>2016-09-12 17:04:27 -0400
commit710eea36a153c9d3e0cfe820b39bd99137520aea (patch)
tree94ce97ddea3a8cd45545cee4f0371b266b323fbc /SConstruct
parent07e0d1ef934e54dc2d1df54b6f97a521b212b87d (diff)
downloadmongo-710eea36a153c9d3e0cfe820b39bd99137520aea.tar.gz
SERVER-26058 Remove obsolete UBSAN check suppression
Diffstat (limited to 'SConstruct')
-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
#