Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fd5ba18

Browse files
Added agent note about speeding up builds.
1 parent d974a28 commit fd5ba18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎AGENTS.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ The SDK uses CMake for C++ compilation and Gradle for Android-specific parts.
6969
For development, building specific targets
7070
(e.g., `cmake --build . --target firebase_app`) is generally faster and
7171
recommended once CMake configuration is complete. The full build
72-
(`cmake --build .`) can be very time-consuming.
72+
(`cmake --build .`) can be very time-consuming (but can be sped up by adding
73+
`-j4` to the command-line).
7374

7475
You can also use the `scripts/gha/build_desktop.py` script to build the full
7576
desktop SDK.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /