aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-12-17 09:15:48 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-17 09:15:48 +0100
commitc6ab40b1602443938e431b996b28fb3d888365bb (patch)
tree6fff7f9253ecb0b5c27f6a753d83a22a53ef54f8 /build.sh
parentad9c99d0274b09b152007332cef589f5e649080a (diff)
downloadnissy-core-c6ab40b1602443938e431b996b28fb3d888365bb.tar.gz
nissy-core-c6ab40b1602443938e431b996b28fb3d888365bb.zip
Cleanup
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