[K/N] Disable compiler caches in case of -Xruntime-logs= flag

Otherwise compiler just ignores the flag.
This commit is contained in:
Sergey Bogolepov
2022-07-28 10:55:35 +03:00
committed by Space
parent 009182af63
commit 40e3e9f6c7
@@ -380,6 +380,7 @@ class KonanConfig(val project: Project, val configuration: CompilerConfiguration
freezing != defaultFreezing -> "with ${freezing.name.replaceFirstChar { it.lowercase() }} freezing mode"
runtimeAssertsMode != RuntimeAssertsMode.IGNORE -> "with runtime assertions"
sanitizer != null -> "with sanitizers enabled"
runtimeLogs != null -> "with runtime logs"
else -> null
}
CacheSupport(