10000 Added agent note about speeding up builds. · firebase/firebase-cpp-sdk@fd5ba18 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd5ba18

Browse files
committed
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 t 3CB8 he `scripts/gha/build_desktop.py` script to build the full
7576
desktop SDK.

0 commit comments

Comments
 (0)
0