From 10704344afc1a7bd7ac17ceaee23cfdb78ccfc45 Mon Sep 17 00:00:00 2001 From: sofiane Date: Mon, 16 Dec 2024 04:24:45 +0100 Subject: [PATCH] SERVER-98117 Ignore Mongo GDB toolchain during build --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 57108c255e7c0..517f19c232d17 100644 --- a/docs/building.md +++ b/docs/building.md @@ -44,7 +44,7 @@ which python3 # This should point to the python in python3-venv # required python dependencies to build and test. buildscripts/poetry_sync.sh -python3 buildscripts/scons.py --build-profile=opt +python3 buildscripts/scons.py --build-profile=opt GDB_INDEX=0 ninja -f opt.ninja -j 200 install-devcore ```