Skip to content

Commit

Permalink
fixup! update: clarify release build in native-improving-compilation-…
Browse files Browse the repository at this point in the history
…time.md
  • Loading branch information
SvyatoslavScherbina committed Nov 28, 2024
1 parent a4c73bc commit 39d6d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/native/native-improving-compilation-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Here are some recommendations for configuring Gradle for better compilation perf
{style="tip"}

* **Don't build release binaries unless necessary**. Kotlin/Native supports
[two build modes – debug and release](https://kotlinlang.org/docs/multiplatform-build-native-binaries.html#declare-binaries).
[two build modes – debug and release](multiplatform-build-native-binaries.md#declare-binaries).
Release is highly optimized, and this takes a lot of time: compilation of release binaries takes an order of magnitude
more time than debug binaries. In a typical development cycle, all the optimizations might be unnecessary. So, if
your development cycle uses a task with "Release" in its name, consider replacing it with "Debug". Similarly, instead
Expand Down

0 comments on commit 39d6d1d

Please sign in to comment.