[K/N] Enable safepoint signposts by default ^KT-62689
This commit is contained in:
committed by
Space Team
parent
1018ff280e
commit
eea89c7f23
+1
-1
@@ -249,7 +249,7 @@ class KonanConfig(val project: Project, val configuration: CompilerConfiguration
|
|||||||
if (it && !target.supportsSignposts) {
|
if (it && !target.supportsSignposts) {
|
||||||
configuration.report(CompilerMessageSeverity.STRONG_WARNING, "Signposts are not available on $target. The setting will have no effect.")
|
configuration.report(CompilerMessageSeverity.STRONG_WARNING, "Signposts are not available on $target. The setting will have no effect.")
|
||||||
}
|
}
|
||||||
} ?: false
|
} ?: target.supportsSignposts
|
||||||
|
|
||||||
init {
|
init {
|
||||||
if (!platformManager.isEnabled(target)) {
|
if (!platformManager.isEnabled(target)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user