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 89a367b commit a4c73bc
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 @@ -67,7 +67,7 @@ Here are some recommendations for configuring Gradle for better compilation perf
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
of running `assembleXCFramework`, you can run `assembleXcfDebugXCFramework`, for example.
of running `assembleXCFramework`, you can run `assembleSharedDebugXCFramework`, for example.
> Release binaries are built with `linkRelease*` Gradle tasks. You can check for their presence in the build log,
> or using a [Gradle build scan](https://docs.gradle.org/current/userguide/build_scans.html) by running Gradle
> with `--scan` flag.
Expand Down

0 comments on commit a4c73bc

Please sign in to comment.