forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add debug symbols to all generated .isolate.
This will increase the amount of data being uploaded by a ~2x factor or so. Debug symbols are usually larger than the executable itself on pretty much all toolsets but generally have the advantage of being highly compressible. The increase of data not a problem anymore with isolate-go. There will be a small increase of latency but it should be bearable, especially by the gain of enabling stack traces to work for isolated tests on Swarming. R=jam@chromium.org BUG=98637 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1245703002 Cr-Commit-Position: refs/heads/master@{#349231}
- Loading branch information
Showing
1 changed file
with
95 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters