Chromium Code Reviews
DescriptionFlip ClangToTLinux builder to GN.
In the GYP build, this builder was using linux_dump_symbols
to make sure that we were getting debug symbols in a release (optimized) build, but in GN we can accomplish that by
simply passing the symbol_level=2 build arg instead.
R=brettw@chromium.org, thakis@chromium.org
BUG=605819
Committed: https://crrev.com/1ae814d2d836ea64a076b0a6d193d83098e812d4
Cr-Commit-Position: refs/heads/master@{#395786}
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : use full_symbols, not linux_dump_symbols #
Total comments: 2
Patch Set 4 : revert BUILD.gn changes #Messages
Total messages: 17 (6 generated)
|