Skip to content

Commit

Permalink
Don't use a memory init file
Browse files Browse the repository at this point in the history
  • Loading branch information
DopefishJustin committed Feb 7, 2015
1 parent 6cb3fd2 commit 7c62c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -111,7 +111,7 @@ endif
# EMCC Flags (Emscripten)
# The second line consists of "voodoo settings". Change or remove if needed or testing.

EMCC_FLAGS += -O3 -s DISABLE_EXCEPTION_CATCHING=2 -s USE_SDL=2
EMCC_FLAGS += -O3 -s DISABLE_EXCEPTION_CATCHING=2 -s USE_SDL=2 --memory-init-file 0
EMCC_FLAGS += -s NO_EXIT_RUNTIME=1 -s ASSERTIONS=0 -s COMPILER_ASSERTIONS=1

# Choose ONE of the following memory settings. (The least, the better.)
Expand Down

0 comments on commit 7c62c87

Please sign in to comment.