summaryrefslogtreecommitdiff
path: root/code/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'code/build.sh')
-rwxr-xr-xcode/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/build.sh b/code/build.sh
index 96b9516..ed819b6 100755
--- a/code/build.sh
+++ b/code/build.sh
@@ -52,7 +52,7 @@ printf 'game.c\n'
clang \
$CompilerFlags \
-nostdlib \
- --target=wasm32 \
+ -mbulk-memory --target=wasm32 \
$WarningFlags \
$LinkerFlags \
-o ../build/game.wasm \
@@ -60,7 +60,7 @@ clang \
printf 'index.html platform.js\n'
ln -f index.html platform.js ../build
-if true
+if false
then
cd ../ws
printf 'ws.c\n'