[K/N] Disable debug info in runtime by default
Bundle grows 200mb if debug info is enabled, it's too much. But probably, this can be useful for debug, so we need gradle option.
This commit is contained in:
@@ -33,3 +33,6 @@ val KotlinBuildProperties.pathToYoutrackModularizedTestData: String?
|
||||
|
||||
val KotlinBuildProperties.isObsoleteJdkOverrideEnabled: Boolean
|
||||
get() = getBoolean("kotlin.build.isObsoleteJdkOverrideEnabled", false)
|
||||
|
||||
val KotlinBuildProperties.isNativeRuntimeDebugInfoEnabled: Boolean
|
||||
get() = getBoolean("kotlin.native.isNativeRuntimeDebugInfoEnabled", false)
|
||||
Reference in New Issue
Block a user