0

Remove recommendation to disable pgo with cc_wrapper on Windows

sccache supports `-fprofile-use` since
https://github.com/mozilla/sccache/pull/952, released as part of
sccache v0.3.0, which is available in Ubuntu since 23.04 release.

Bug: 40188007
Change-Id: I5bca8350113ee1940096cd53be543abf4eaf03f7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6013745
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
Cr-Commit-Position: refs/heads/main@{#1384244}
This commit is contained in:
Henrique Ferreiro
2024-11-18 11:10:21 +00:00
committed by Chromium LUCI CQ
parent 89e5482d24
commit 0d018f53ed

@ -334,7 +334,6 @@ You might be able to use [sccache](https://github.com/mozilla/sccache) for the
build process by enabling the following arguments:
* `cc_wrapper = "sccache"` - assuming the `sccache` binary is in your `%PATH%`
* `chrome_pgo_phase = 0`
### Why is my build slow?