aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b840482..09bffef 100644
--- a/Makefile
+++ b/Makefile
@@ -137,7 +137,7 @@ emscripten: $(target)
emcc $(sources) -o ems/out/mallocbullet.html \
--embed-file pack -Dplat_sdl2 -Dplat_emscripten -sUSE_SDL=2 \
-sTOTAL_MEMORY=67108864 --shell-file ems/template.html \
- --post-js ems/post_run.js
+ --post-js ems/post_run.js -O3
-include $(objects:%.o=%.d)