Optimize native CLI release binary
This commit is contained in:
parent
88ce04102a
commit
a1ea09440d
@ -56,8 +56,8 @@ kotlin {
|
|||||||
executable()
|
executable()
|
||||||
all {
|
all {
|
||||||
if (buildType == org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType.RELEASE) {
|
if (buildType == org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType.RELEASE) {
|
||||||
debuggable = true
|
debuggable = false
|
||||||
optimized = false
|
optimized = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user