[K/N] Make -Xlazy-ir-for-caches disabled by default
This commit is contained in:
+1
-1
@@ -265,7 +265,7 @@ fun CompilerConfiguration.setupFromArguments(arguments: K2NativeCompilerArgument
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
put(LAZY_IR_FOR_CACHES, when (arguments.lazyIrForCaches) {
|
put(LAZY_IR_FOR_CACHES, when (arguments.lazyIrForCaches) {
|
||||||
null -> true
|
null -> false
|
||||||
"enable" -> true
|
"enable" -> true
|
||||||
"disable" -> false
|
"disable" -> false
|
||||||
else -> {
|
else -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user