Skip to content

Commit 81f26ea

Browse files
committed
grpc-native: Code cleanup
Signed-off-by: Johannes Zottele <[email protected]>
1 parent df9f30a commit 81f26ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grpc/grpc-core/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ kotlin {
101101
}
102102
}
103103

104+
// configures linkReleaseTest task to build and link the test binary in RELEASE mode.
105+
// this can be useful for performance analysis.
104106
targets.withType<org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget>().configureEach {
105107
binaries {
106-
// Ensure test binaries are created for both debug and release
107108
test(
108109
buildTypes = listOf(
109110
org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType.RELEASE

0 commit comments

Comments
 (0)