aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-06 18:44:53 +1000
committerquou <quou@disroot.org>2023-05-06 18:44:53 +1000
commit2e0f7c263b197d72fea7701d566e4a62e892fefe (patch)
tree0353fe966fae80a8809c5b1107d2765185059c9a
parentc8940e2e6542965a8bdb9295859a110d297985b4 (diff)
Update the 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)