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:58:42 +0000
commitc128a164c1f933fbd260125c7874884188c95fb7 (patch)
tree5055e288de4bd3d19a0a8efa5d80f609a4f43d07 /SConstruct
parentd36d5430d7aefc844a2020064703df4fff7d6dcd (diff)
downloadmongo-c128a164c1f933fbd260125c7874884188c95fb7.tar.gz
SERVER-41674 Make hygienic builds the default
(cherry picked from commit 642a530878d2b7f929bedf9d93cf0ee23d05ccfa)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 9c3fad4b419..cfe8744457c 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',
@@ -2215,7 +2215,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__)