Commit 513e2831 authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Build with symbol_level=0 for linux-archive-rel

This fixes binary size increase in the Linux archived builds after r663143.

BUG=977716
R=dpranke

Change-Id: Iad3cae54968effe5ec32213ef9f321705a25fd95
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672564Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#671499}
parent 5f21eed4
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
'chromium': { 'chromium': {
'android-archive-rel': 'android_without_codecs_release_bot_minimal_symbols', 'android-archive-rel': 'android_without_codecs_release_bot_minimal_symbols',
'android-archive-dbg': 'android_without_codecs_debug_bot', 'android-archive-dbg': 'android_without_codecs_debug_bot',
'linux-archive-rel': 'release_bot_minimal_symbols', 'linux-archive-rel': 'release_bot',
'linux-archive-dbg': 'debug_bot', 'linux-archive-dbg': 'debug_bot',
'mac-archive-rel': 'release_bot_mac_strip_minimal_symbols', 'mac-archive-rel': 'release_bot_mac_strip_minimal_symbols',
'mac-archive-dbg': 'debug_bot', 'mac-archive-dbg': 'debug_bot',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment