--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/985c1523-4c7d-45af-8d2b-e4350c4125e1n%40chromium.org.
--
I do think the practice of using "is_official_build" to mean, "build with optimizations" is confusing, but yes, only Chrome-branded requires internal sources.You may or may not want to turn off PGO as well. PGO makes the code faster in some cases, but can be a pessimization if your code doesn't match the profile. It also takes a lot longer to build.