[K/N] Enable safepoint signposts by default ^KT-62689

This commit is contained in:
Alexander Shabalin
2024-01-03 13:12:26 +01:00
committed by Space Team
parent 1018ff280e
commit eea89c7f23
@@ -249,7 +249,7 @@ class KonanConfig(val project: Project, val configuration: CompilerConfiguration
if (it && !target.supportsSignposts) {
configuration.report(CompilerMessageSeverity.STRONG_WARNING, "Signposts are not available on $target. The setting will have no effect.")
}
} ?: false
} ?: target.supportsSignposts
init {
if (!platformManager.isEnabled(target)) {