JavaScript: Enable lto.

This commit is contained in:
Fabio Alessandrelli
2020-08-27 22:13:23 +01:00
parent 7a413ea5ec
commit 964f9ca78f

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"
export OPTIONS="debug_symbols=no use_lto=yes"
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes mono_prefix=/root/mono-installs/wasm-runtime-release"
export TERM=xterm