Skip to content

Commit 279085c

Browse files
committed
JS: Disable LTO again, doesn't work with emscripten 1.38.47-upstream
I'll re-enable it later once I find time to upgrade the containers for a more recent Mono version and the matching Emscripten version.
1 parent 4797f21 commit 279085c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-javascript/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66

77
export BUILD_NAME=official
88
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9-
export OPTIONS="debug_symbols=no use_lto=yes"
9+
export OPTIONS="debug_symbols=no use_lto=no"
1010
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes mono_prefix=/root/mono-installs/wasm-runtime-release"
1111
export TERM=xterm
1212

0 commit comments

Comments
 (0)