DescriptionMake sure official GN builds on Linux have debug info.
On all platforms, we want the official builds to have
debug info so that we can get sensible stack traces. On non-Linux platforms, this was already the case, since the default is to contain symbols, but on Linux, we had a special case where non-debug builds did not have symbols.
This patches fixes that so that only non-debug, non-official Linux bugs do not have symbols.
R=brettw@chromium.org
BUG=530733
Committed: https://crrev.com/7f637b47a3b5a83a5447c0b3dee1fb0bc3e979ce
Cr-Commit-Position: refs/heads/master@{#351686}
Patch Set 1 #
Total comments: 1
Patch Set 2 : add chrome_build.gni import #Messages
Total messages: 8 (2 generated)
|