Define redirect_build_objects=no to avoid copying GBs of bin/obj

This commit is contained in:
Rémi Verschelde
2025-05-13 23:23:25 +02:00
parent 7a89e9087d
commit 8c9fd0328b
6 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ set -e
# Debug symbols are enabled for the Android builds. Gradle will strip them out of
# the final artifacts and generate a separate debug symbols file.
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no redirect_build_objects=no"
export OPTIONS="production=yes debug_symbols=yes"
export OPTIONS_MONO="module_mono_enabled=yes"
export TERM=xterm