File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66
77# Debug symbols are enabled for the Android builds. Gradle will strip them out of
88# the final artifacts and generate a separate debug symbols file.
9- export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9+ export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no redirect_build_objects=no "
1010export OPTIONS=" production=yes debug_symbols=yes"
1111export OPTIONS_MONO=" module_mono_enabled=yes"
1212export TERM=xterm
Original file line number Diff line number Diff line change 44
55# Config
66
7- export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
7+ export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no redirect_build_objects=no "
88# Keep LTO disabled for iOS - it works but it makes linking apps on deploy very slow,
99# which is seen as a regression in the current workflow.
1010export OPTIONS=" production=yes use_lto=no"
Original file line number Diff line number Diff line change 44
55# Config
66
7- export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
7+ export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no redirect_build_objects=no "
88export OPTIONS=" production=yes accesskit_sdk_path=/root/accesskit/accesskit-c"
99export OPTIONS_MONO=" module_mono_enabled=yes"
1010export TERM=xterm
Original file line number Diff line number Diff line change 44
55# Config
66
7- export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
7+ export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no redirect_build_objects=no "
88export 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"
99export OPTIONS_MONO=" module_mono_enabled=yes"
1010export TERM=xterm
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ declare -a JOBS_NOTHREADS=(
2020 " target=template_release dlink_enabled=yes threads=no"
2121)
2222
23- export SCONS=" scons -j$( expr ${NUM_CORES} / ${NUM_JOBS} ) verbose=yes warnings=no progress=no"
23+ export SCONS=" scons -j$( expr ${NUM_CORES} / ${NUM_JOBS} ) verbose=yes warnings=no progress=no redirect_build_objects=no "
2424export OPTIONS=" production=yes"
2525export OPTIONS_MONO=" module_mono_enabled=yes -j${NUM_CORES} "
2626export TERM=xterm
Original file line number Diff line number Diff line change 44
55# Config
66
7- export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
7+ export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no redirect_build_objects=no "
88export OPTIONS=" production=yes use_mingw=yes angle_libs=/root/angle mesa_libs=/root/mesa d3d12=yes accesskit_sdk_path=/root/accesskit/accesskit-c"
99export OPTIONS_MONO=" module_mono_enabled=yes"
1010export OPTIONS_LLVM=" use_llvm=yes mingw_prefix=/root/llvm-mingw"
You can’t perform that action at this time.
0 commit comments