summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
authorTrevor Guidry <trevor.guidry@mongodb.com>2022-11-30 19:49:11 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-30 20:22:54 +0000
commit2f0387a611995f79e935a666e60ea43d16440316 (patch)
tree3d202fe7c4dcecd7c698a5737b000bd081ec4273 /site_scons
parent1b48004aa0904b8e7610770fe3ab14812923ae9b (diff)
downloadmongo-2f0387a611995f79e935a666e60ea43d16440316.tar.gz
SERVER-71681 restore default linux build-profile behavior
Diffstat (limited to 'site_scons')
-rw-r--r--site_scons/mongo/build_profiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/site_scons/mongo/build_profiles.py b/site_scons/mongo/build_profiles.py
index 3481f50e9ef..3b5cc2e0584 100644
--- a/site_scons/mongo/build_profiles.py
+++ b/site_scons/mongo/build_profiles.py
@@ -62,7 +62,7 @@ LINUX_BUILD_PROFILES = {
BuildProfileType.DEFAULT:
BuildProfile(
ninja="disabled",
- variables_files=['./etc/scons/mongodbtoolchain_stable_gcc.vars'],
+ variables_files=[],
allocator="auto",
sanitize=None,
link_model="auto",