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 ```