[JS IR] enable new Ir2JS by default

This commit is contained in:
Anton Bannykh
2021-12-01 16:16:26 +03:00
parent 699671cb82
commit bca9f19c86
@@ -177,7 +177,7 @@ class K2JSCompilerArguments : CommonCompilerArguments() {
var irPerFile: Boolean by FreezableVar(false)
@Argument(value = "-Xir-new-ir2js", description = "New fragment-based ir2js")
var irNewIr2Js: Boolean by FreezableVar(false)
var irNewIr2Js: Boolean by FreezableVar(true)
@Argument(
value = "-Xinclude",