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-01 00:40:03 +0000 |
commit | ceb4b3dcc19452c7534e8d711e1121ea3254dbdd (patch) | |
tree | bc78e44ae32019ea1bffd9eca5c42620079709f6 /site_scons/mongo | |
parent | cff39ac318e354df694591748790fdf8a613f41b (diff) | |
download | mongo-ceb4b3dcc19452c7534e8d711e1121ea3254dbdd.tar.gz |
SERVER-67683 Change some of the modes in fast and opt builds
Diffstat (limited to 'site_scons/mongo')
-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", |