We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26818b8 commit 0e7c96eCopy full SHA for 0e7c96e
1 file changed
example/Makefile
@@ -33,7 +33,7 @@ EMS =
33
34
# ("EMS" options gets added to both CPPFLAGS and LDFLAGS, whereas some options are for linker only)
35
EMS += -s USE_SDL=2
36
-EMS += -s DISABLE_EXCEPTION_CATCHING=1
+# EMS += -s DISABLE_EXCEPTION_CATCHING=1
37
LDFLAGS += -s WASM=1 -s ALLOW_MEMORY_GROWTH=1 -s NO_EXIT_RUNTIME=0 -s ASSERTIONS=1
38
39
# Emscripten allows preloading a file or folder to be accessible at runtime.
0 commit comments