commit | ae82b2ef8b60ac6be2c96c76bd6c2f25faa2601c | [log] [tgz] |
---|---|---|
author | Oleh Lamzin <[email protected]> | Thu Oct 05 08:22:46 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu Oct 05 08:22:46 2023 |
tree | 5f774dc327180dd716c768df95b8ca4d816e1a72 | |
parent | a0e5e907e726d537334075a9d9f1ebc2830b3bbe [diff] [blame] |
Refer to reclient in chromeos_build_instructions.md Change-Id: Ic573cdc3d9a825d6fe6ed7d4f8530e4177912015 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4913013 Reviewed-by: Oleksandr Peletskyi <[email protected]> Commit-Queue: Oleh Lamzin <[email protected]> Cr-Commit-Position: refs/heads/main@{#1205703}
diff --git a/docs/chromeos_build_instructions.md b/docs/chromeos_build_instructions.md index 03a1c2d..d68b16c 100644 --- a/docs/chromeos_build_instructions.md +++ b/docs/chromeos_build_instructions.md
@@ -68,7 +68,9 @@ Some additional options you may wish to set by passing in `--args` to `gn gen` or running `gn args out/Default`: - use_goma = true # Googlers: Use build farm, compiles faster. + # Googlers: Reclient is a distributed compiler service. Goma successor. + use_remoteexec = true + is_component_build = true # Links faster. is_debug = false # Release build, runs faster. dcheck_always_on = true # Enables DCHECK despite release build.