Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zecruel authored May 9, 2024
1 parent 5a4195e commit 909b44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emscripten/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SRC_PATH=./src/
CC=emcc
COMPILER_FLAGS = -c
LINKER_FLAGS = -s USE_SDL=2 -s TOTAL_MEMORY=200MB -s STACK_SIZE=10MB -s ALLOW_MEMORY_GROWTH -s OFFSCREEN_FRAMEBUFFER --preload-file lang --preload-file script --preload-file samples --shell-file shell_minimal.html
LINKER_FLAGS = -s USE_SDL=2 -s TOTAL_MEMORY=200MB -sFULL_ES2 -s STACK_SIZE=10MB -s ALLOW_MEMORY_GROWTH -s OFFSCREEN_FRAMEBUFFER --preload-file lang --preload-file script --preload-file samples --shell-file shell_minimal.html
INCLUDE_PATHS = -I. -I./src/ -s USE_SDL=2
LIBRARY_PATHS = -L.
EXE=cadzinho.html
Expand Down

0 comments on commit 909b44a

Please sign in to comment.