diff --git a/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/K2JSCompilerArguments.kt b/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/K2JSCompilerArguments.kt index 32509a47e69..7040c5e2947 100644 --- a/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/K2JSCompilerArguments.kt +++ b/compiler/cli/cli-common/src/org/jetbrains/kotlin/cli/common/arguments/K2JSCompilerArguments.kt @@ -233,7 +233,7 @@ class K2JSCompilerArguments : CommonCompilerArguments() { var wasm: Boolean by FreezableVar(false) @Argument(value = "-Xwasm-debug-info", description = "Add debug info to WebAssembly compiled module") - var wasmDebug: Boolean by FreezableVar(false) + var wasmDebug: Boolean by FreezableVar(true) @Argument( value = "-Xwasm-launcher",