Add Emscripten source map on debug build

This commit is contained in:
Joshua Granick
2023-05-20 10:14:39 -07:00
parent 2ef647f1fc
commit ab820f7c64

View File

@@ -204,6 +204,7 @@ class EmscriptenPlatform extends PlatformTarget
}
else
{
args.push("-gsource-map");
args.push("-s");
args.push("DISABLE_EXCEPTION_CATCHING=0");
args.push("-s");