[K/N] Disable compiler caches in case of -Xruntime-logs= flag
Otherwise compiler just ignores the flag.
This commit is contained in:
+1
@@ -380,6 +380,7 @@ class KonanConfig(val project: Project, val configuration: CompilerConfiguration
|
|||||||
freezing != defaultFreezing -> "with ${freezing.name.replaceFirstChar { it.lowercase() }} freezing mode"
|
freezing != defaultFreezing -> "with ${freezing.name.replaceFirstChar { it.lowercase() }} freezing mode"
|
||||||
runtimeAssertsMode != RuntimeAssertsMode.IGNORE -> "with runtime assertions"
|
runtimeAssertsMode != RuntimeAssertsMode.IGNORE -> "with runtime assertions"
|
||||||
sanitizer != null -> "with sanitizers enabled"
|
sanitizer != null -> "with sanitizers enabled"
|
||||||
|
runtimeLogs != null -> "with runtime logs"
|
||||||
else -> null
|
else -> null
|
||||||
}
|
}
|
||||||
CacheSupport(
|
CacheSupport(
|
||||||
|
|||||||
Reference in New Issue
Block a user