Commit e59a4fd0 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

mb_config.pyl: Remove is_debug=false from official_optimize

It's redundant with is_official_build=true

Bug: None
Change-Id: I43ac78c75bb744c920da0e340285bc356d1316c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327144Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794844}
parent 04a6017e
......@@ -2854,7 +2854,7 @@
},
'official_optimize': {
'gn_args': 'is_official_build=true is_debug=false',
'gn_args': 'is_official_build=true',
},
'official_optimize_goma': {
......
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