Commit 947cebb4 authored by Sergey Berezin's avatar Sergey Berezin Committed by Commit Bot

[ios] Use symbol_level=1 in all iOS debug builds

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: I8707404256448ffe8f60037785d9b0ee20d08fc6
Reviewed-on: https://chromium-review.googlesource.com/1029205
Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org>
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553884}
parent 9bf071e8
......@@ -17,6 +17,7 @@
"use_crash_key_stubs=true",
"is_cronet_build=true",
"is_debug=true",
"symbol_level=1",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_platform_icu_alternatives=true"
......
......@@ -8,6 +8,7 @@
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=true",
"symbol_level=1",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_goma=true"
......
......@@ -8,6 +8,7 @@
"ios_deployment_target=\"9.0\"",
"is_component_build=false",
"is_debug=true",
"symbol_level=1",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_goma=true"
......
......@@ -20,6 +20,7 @@
"use_crash_key_stubs=true",
"is_cronet_build=true",
"is_debug=true",
"symbol_level=1",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_platform_icu_alternatives=true"
......
......@@ -9,6 +9,7 @@
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=true",
"symbol_level=1",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_goma=true"
......
......@@ -11,6 +11,7 @@
"ios_enable_code_signing=false",
"is_component_build=false",
"is_debug=true",
"symbol_level=1",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_goma=true",
......
......@@ -9,6 +9,7 @@
"ios_enable_code_signing=false",
"is_component_build=false",
"is_debug=true",
"symbol_level=1",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"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