File tree Expand file tree Collapse file tree 9 files changed +11
-9
lines changed Expand file tree Collapse file tree 9 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 6
6
7
7
export BUILD_NAME=official
8
8
export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
- export OPTIONS=" debug_symbols=no "
9
+ export OPTIONS=" production=yes "
10
10
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=no"
11
11
export TERM=xterm
12
12
Original file line number Diff line number Diff line change 6
6
7
7
export BUILD_NAME=official
8
8
export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
- export OPTIONS=" debug_symbols=no"
9
+ # Keep LTO disabled for iOS - it works but it makes linking apps on deploy very slow,
10
+ # which is seen as a regression in the current workflow.
11
+ export OPTIONS=" production=yes use_lto=no"
10
12
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes"
11
13
export TERM=xterm
12
14
Original file line number Diff line number Diff line change 6
6
7
7
export BUILD_NAME=official
8
8
export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
- export OPTIONS=" debug_symbols=no use_lto =yes"
9
+ export OPTIONS=" production =yes"
10
10
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes mono_prefix=/root/mono-installs/wasm-runtime-release use_lto=no"
11
11
export TERM=xterm
12
12
Original file line number Diff line number Diff line change 6
6
7
7
export BUILD_NAME=official
8
8
export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
- export OPTIONS=" debug_symbols=no use_lto =yes"
9
+ export OPTIONS=" production =yes"
10
10
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes"
11
11
export TERM=xterm
12
12
Original file line number Diff line number Diff line change 6
6
7
7
export BUILD_NAME=official
8
8
export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
- export OPTIONS=" osxcross_sdk=darwin20 debug_symbols=no "
9
+ export OPTIONS=" osxcross_sdk=darwin20 production=yes "
10
10
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes mono_prefix=/root/dependencies/mono"
11
11
export TERM=xterm
12
12
Original file line number Diff line number Diff line change 6
6
7
7
export BUILD_NAME=official
8
8
export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
- export OPTIONS=" debug_symbols=no"
9
+ export OPTIONS=" debug_symbols=no use_static_cpp=no "
10
10
export TERM=xterm
11
11
12
12
rm -rf godot
Original file line number Diff line number Diff line change 6
6
7
7
export BUILD_NAME=official
8
8
export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
- export OPTIONS=" debug_symbols=no use_static_cpp=yes use_lto =yes"
9
+ export OPTIONS=" production =yes"
10
10
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes"
11
11
export TERM=xterm
12
12
export CC=" gcc-9"
Original file line number Diff line number Diff line change 6
6
7
7
export BUILD_NAME=official
8
8
export SCONS=" call scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
- export OPTIONS=" debug_symbols=no "
9
+ export OPTIONS=" production=yes "
10
10
export BUILD_ARCHES=" x86 x64 arm"
11
11
export ANGLE_SRC_PATH=' c:\angle'
12
12
Original file line number Diff line number Diff line change 6
6
7
7
export BUILD_NAME=official
8
8
export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
- export OPTIONS=" debug_symbols=no use_lto =yes"
9
+ export OPTIONS=" production =yes"
10
10
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes"
11
11
export TERM=xterm
12
12
export MONO32_PREFIX=/root/dependencies/mono-32
You can’t perform that action at this time.
0 commit comments