diff --git a/tools/platforms/EmscriptenPlatform.hx b/tools/platforms/EmscriptenPlatform.hx index ce1e82414..3b7e219f9 100644 --- a/tools/platforms/EmscriptenPlatform.hx +++ b/tools/platforms/EmscriptenPlatform.hx @@ -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");