DescriptionMake official Blimp Engine builds have a symbol level of 0
Using the 'is_official_build' gn flag pulls in a bunch of debugging
symbols that we don't need for the engine, and in fact will bloat the
binary size. Using a symbol level of 0 has no effect on the breakpad
symbol file generated by dump_app_syms.py, so we don't lose any of our
desired debugging capabilities.
Tested by building with the buildbot configuration, uploading symbols,
and causing an engine crash with 'kill -6'.
BUG=613186
Committed: https://crrev.com/379f3f501b387fae1d2807b096f993015dbb3d68
Cr-Commit-Position: refs/heads/master@{#394906}
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|