Add debug symbols to all generated .isolate.
commit8125ce3c695e6d8c02f3b51b16d49e17e7934bb4
authormaruel <maruel@chromium.org>
Wed, 16 Sep 2015 21:05:52 +0000 (16 14:05 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 16 Sep 2015 21:06:23 +0000 (16 21:06 +0000)
tree56db5355e6b9b79d9e1862e1320b4f63deb1f57c
parent764f74b32def9d82e3c3161b2e4fa2c606bd6cf0
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}
tools/isolate_driver.py