aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 502dbcf..642f5ca 100755
--- a/build.sh
+++ b/build.sh
@@ -142,7 +142,7 @@ CPPFLAGS="-std=c++20 $(maybe_pthread)"
142# When it becomes widely available, we can support it by adding -sMEMORY64 142# When it becomes widely available, we can support it by adding -sMEMORY64
143# to the WASMCFLAGS, WASMCPPFLAGS and WASMLINKFLAGS variables below, and 143# to the WASMCFLAGS, WASMCPPFLAGS and WASMLINKFLAGS variables below, and
144# -sMAXIMUM_MEMORY=10737418240 to WASMLINKFLAGS. This way we can enable 144# -sMAXIMUM_MEMORY=10737418240 to WASMLINKFLAGS. This way we can enable
145# solvers larger than h48h6k2 in the web version. 145# solvers larger than h48h6 in the web version.
146 146
147# TODO: 147# TODO:
148# The options below have to be adjusted when native WASM_SIMD is implemented. 148# The options below have to be adjusted when native WASM_SIMD is implemented.

Generated with cgit - Back to sebastiano.tronto.net