diff options
author | Tausif Rahman <tausif.rahman@mongodb.com> | 2022-06-30 21:24:36 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-07-27 18:45:47 +0000 |
commit | 763dfa709701ced7fc1120ee9a46286cbe1e07ad (patch) | |
tree | 17ca2e19893528006242a2ed12fc5e81e531cfe1 | |
parent | 00ab5dc0f33224d35141cb8af3e66cf4d590cb72 (diff) | |
download | mongo-763dfa709701ced7fc1120ee9a46286cbe1e07ad.tar.gz |
SERVER-67683 Change some of the modes in fast and opt builds
(cherry picked from commit ceb4b3dcc19452c7534e8d711e1121ea3254dbdd)
-rw-r--r-- | site_scons/mongo/build_profiles.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site_scons/mongo/build_profiles.py b/site_scons/mongo/build_profiles.py index 37a2520c879..122d859cd22 100644 --- a/site_scons/mongo/build_profiles.py +++ b/site_scons/mongo/build_profiles.py @@ -47,7 +47,7 @@ BUILD_PROFILES = { sanitize=None, link_model="dynamic", dbg="off", - opt="on", + opt="off", ICECC="icecc", CCACHE="ccache", NINJA_PREFIX="fast", @@ -64,7 +64,7 @@ BUILD_PROFILES = { allocator="auto", sanitize=None, link_model="dynamic", - dbg="on", + dbg="off", opt="on", ICECC="icecc", CCACHE="ccache", |