[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) {
|
||||
null -> true
|
||||
null -> false
|
||||
"enable" -> true
|
||||
"disable" -> false
|
||||
else -> {
|
||||
|
||||
Reference in New Issue
Block a user