summaryrefslogtreecommitdiff
path: root/etc/scons
diff options
context:
space:
mode:
authorAlexander Neben <alexander.neben@mongodb.com>2022-05-24 21:55:23 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-24 22:24:51 +0000
commit55ef8e5a8f084a68efa3e8ba148fb77d72117c49 (patch)
treea9aa97075fe888522b602c4cfaf4e9f7297d2849 /etc/scons
parentcfb451817c7cfa88883334d90bc3e053fa3fbe12 (diff)
downloadmongo-55ef8e5a8f084a68efa3e8ba148fb77d72117c49.tar.gz
SERVER-66384 Ninja shared build log and common output directory
Diffstat (limited to 'etc/scons')
-rw-r--r--etc/scons/experimental_unified_ninja.vars6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/scons/experimental_unified_ninja.vars b/etc/scons/experimental_unified_ninja.vars
new file mode 100644
index 00000000000..21e03e71296
--- /dev/null
+++ b/etc/scons/experimental_unified_ninja.vars
@@ -0,0 +1,6 @@
+# Configures the build for building with a unified ninja
+# Each configuration will share a ninja log
+# This allows the output binaries of each configuration to share a common directory
+
+NINJA_BUILDDIR="$BUILD_ROOT/ninja"
+DESTDIR="$BUILD_ROOT/install"