We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4797f21 commit 279085cCopy full SHA for 279085c
build-javascript/build.sh
@@ -6,7 +6,7 @@ set -e
6
7
export BUILD_NAME=official
8
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
-export OPTIONS="debug_symbols=no use_lto=yes"
+export OPTIONS="debug_symbols=no use_lto=no"
10
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes mono_prefix=/root/mono-installs/wasm-runtime-release"
11
export TERM=xterm
12
0 commit comments