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.
This commit is contained in:
Rémi Verschelde
2020-09-01 13:30:50 +02:00
parent 4797f217f0
commit 279085ccce

View File

@@ -6,7 +6,7 @@ set -e
export BUILD_NAME=official
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
export OPTIONS="debug_symbols=no use_lto=yes"
export OPTIONS="debug_symbols=no use_lto=no"
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes mono_prefix=/root/mono-installs/wasm-runtime-release"
export TERM=xterm