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