--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
If that's its purpose can we rename it something like LOTS_OF_OPTIMIZATIONS (clearly bikeshed)?
Ive been confused by this, and I know lots of other folks who have been too. :)
It's supposed to be optimization only.Sometimes people get it confused with GOOGLE_CHROME_BUILD and we end up with some non-optimization-related things. I suspect the key pinning you point out is one of those cases.
--On Tue, Jul 26, 2016 at 9:34 AM, Ryan <ryan...@chromium.org> wrote:Hello,--Is there an official meaning/definition of the flag OFFICIAL_BUILD (is_official_build)?What are the consequences of enabling or disabling this flag?At first glance, it appears to control the amount of optimization when creating a build.However, some features like static key pinning is also controlled by this flag.Thanks,Ryan
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
--
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.
This is one of those things that'll be easier to clean up once we drop GYP support, and it makes sense to do that then (there's someother work that also needs to happen to clean up the way we control optimization levels and settings).
--
--
--
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 view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/986081c9-9b95-4ee7-9059-fd98af178578%40chromium.org.
Do other Chromium embedders ship binaries with OFFICIAL_BUILD=1? If they don't, I guess that would be a reason not to use that flag to guard it.
I guess we could use a new GN arg too and default it to disabled...
Daniel
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAEoffTCDjzX_P5%2B469t49vG8Lc09j-a6H9yUNcA%3DL9ay-TczuQ%40mail.gmail.com.
Do other Chromium embedders ship binaries with OFFICIAL_BUILD=1? If they don't, I guess that would be a reason not to use that flag to guard it.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAF3XrKpikJHYsmqiA%3DHjNT7CSN8HExcPDAh%3D3J9_khCQN39JFw%40mail.gmail.com.
I thought about adding something like that - say "is_unsafe_developer_build". However, if we set it to !is_official_build, it seems like we have the same problem when developers don't have is_official_build = true. Am I missing something?
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/13221d94-e84c-4a34-85fb-92abb28a2fa6%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/13221d94-e84c-4a34-85fb-92abb28a2fa6%40chromium.org.