[K/N] Make -Xlazy-ir-for-caches disabled by default

This commit is contained in:
Igor Chevdar
2023-06-13 12:56:46 +03:00
committed by Space Team
parent cc9dd48c09
commit 5f3dad14a2
@@ -265,7 +265,7 @@ fun CompilerConfiguration.setupFromArguments(arguments: K2NativeCompilerArgument
}
})
put(LAZY_IR_FOR_CACHES, when (arguments.lazyIrForCaches) {
null -> true
null -> false
"enable" -> true
"disable" -> false
else -> {