We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d974a28 commit fd5ba18Copy full SHA for fd5ba18
AGENTS.md
@@ -69,7 +69,8 @@ The SDK uses CMake for C++ compilation and Gradle for Android-specific parts.
69
For development, building specific targets
70
(e.g., `cmake --build . --target firebase_app`) is generally faster and
71
recommended once CMake configuration is complete. The full build
72
- (`cmake --build .`) can be very time-consuming.
+ (`cmake --build .`) can be very time-consuming (but can be sped up by adding
73
+ `-j4` to the command-line).
74
75
You can also use the `scripts/gha/build_desktop.py` script to build the full
76
desktop SDK.
0 commit comments