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

@@ -4,7 +4,7 @@ set -e
# Config
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="osxcross_sdk=darwin24.2 production=yes use_volk=no vulkan_sdk_path=/root/moltenvk angle_libs=/root/angle accesskit_sdk_path=/root/accesskit/accesskit-c"
export OPTIONS_MONO="module_mono_enabled=yes"
export TERM=xterm