summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2020-05-06 09:54:29 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-04 18:31:55 +0000
commit642a530878d2b7f929bedf9d93cf0ee23d05ccfa (patch)
treed709746f76d7bcb16364a7835cbc4e00cb846342 /SConstruct
parentbb3552868ac0c0698d83cb905db5f9667c26f10f (diff)
downloadmongo-642a530878d2b7f929bedf9d93cf0ee23d05ccfa.tar.gz
SERVER-41674 Make hygienic builds the default
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 3791f15aa1e..c3708db9117 100644
--- a/SConstruct
+++ b/SConstruct
@@ -135,7 +135,7 @@ add_option('lint-scope',
add_option('install-mode',
choices=['legacy', 'hygienic'],
- default='legacy',
+ default='hygienic',
help='select type of installation',
nargs=1,
type='choice',
@@ -2210,7 +2210,7 @@ def doConfigure(myenv):
}
""" % compiler_minimum_string)
elif myenv.ToolchainIs('clang'):
- compiler_minimum_string = "clang 7.0 (or Apple XCode 10.0)"
+ compiler_minimum_string = "clang 7.0 (or Apple XCode 10.2)"
compiler_test_body = textwrap.dedent(
"""
#if !defined(__clang__)