diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-02 18:01:30 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-02 18:01:30 +0200 |
| commit | 449514853850adca190d7eba679f386c024aa929 (patch) | |
| tree | de57952d2b480e7d1acc0a151d95d6637e4665b6 /code/build.sh | |
| parent | 02841e3c67c92006f9fe08efcda0d15f3d7283c5 (diff) | |
checkpoint
Diffstat (limited to 'code/build.sh')
| -rwxr-xr-x | code/build.sh | 4 |
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' |
