Commit f59a1d87 authored by Sergey Berezin's avatar Sergey Berezin Committed by Commit Bot

[ios-simulator] Use symbol_level=1 for debug builds

This should be enough for printing traces, and will save some precious disk
space on the bots.

R=justincohen@chromium.org

Bug: 834527
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: I0ff1210c48aeba8abb4639eba6a334559085fda7
Reviewed-on: https://chromium-review.googlesource.com/1018497Reviewed-by: default avatarsmut <smut@google.com>
Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552881}
parent ed486941
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"goma_dir=\"$(goma_dir)\"", "goma_dir=\"$(goma_dir)\"",
"is_component_build=false", "is_component_build=false",
"is_debug=true", "is_debug=true",
"symbol_level=1",
"target_cpu=\"x64\"", "target_cpu=\"x64\"",
"target_os=\"ios\"", "target_os=\"ios\"",
"use_goma=true" "use_goma=true"
......
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