commit | efb392a6b9b16d4a84a4d32d14456c3f027f2888 | [log] [tgz] |
---|---|---|
author | Ryan Huckleberry <rhuckleberry@google.com> | Thu Jul 29 19:43:59 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 29 19:43:59 2021 |
tree | b4f400b9834cde8a84ff1adfdc6f64bbf3f848ba | |
parent | 51b8a62a02736ce898f9a69405ae66c769a310e2 [diff] |
Remove dump_syms optimization flags. The optimization flags make dump_syms run faster, but we lose function names in our breakpad file that are necessary for symbolization. Reverting this change ensures we can correctly symbolize all functions present in the symbol files. Bug: 1224717 Change-Id: If1d58a4a4c6e314b64643de84539b04d3b3046cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3060530 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by: ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#906806}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.