Skip to content

Commit

Permalink
Change Emscripten optimization level
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jul 1, 2024
1 parent 3effe10 commit bbd82de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ifneq (,$(strip $(findstring $(TARGETTYPE), WebAssembly)))
# Emscripten optimization documentation
# - https://emscripten.org/docs/optimizing/Optimizing-Code.html#optimizing-code
# - https://emscripten.org/docs/tools_reference/emcc.html#emcc-compiler-optimization-options
CFLAGS += -Os
CFLAGS += -O2

# Documentation for various Emscripten flags
# - Full List: https://github.com/emscripten-core/emscripten/blob/main/src/settings.js
Expand Down

0 comments on commit bbd82de

Please sign in to comment.