Commit d85a3497 authored by machenbach's avatar machenbach Committed by Commit bot

[build] Enable shared libraries for arm debug

BUG=chromium:648864,chromium:648610
NOTRY=true
TBR=jgruber@chromium.org

Review-Url: https://codereview.chromium.org/2371713002
Cr-Commit-Position: refs/heads/master@{#39712}
parent 10d7ad9d
...@@ -259,7 +259,9 @@ ...@@ -259,7 +259,9 @@
# GN debug configs for arm. # GN debug configs for arm.
'gn_debug_arm': [ 'gn_debug_arm': [
'gn', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], 'gn', 'debug', 'arm',
'shared', 'goma', 'v8_enable_slow_dchecks', 'v8_optimized_debug',
'crosscompile', 'hard_float', 'swarming'],
# GN release configs for arm. # GN release configs for arm.
'gn_release_arm': [ 'gn_release_arm': [
......
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