Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 7de617cba6d6b09dfc39e1ed423ddc202c750857..21b9c711bed402f733750f259e1007b9aeb2b297 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -5130,6 +5130,16 @@ |
| # specified or not. |
| '-fno-strict-aliasing', # See http://crbug.com/32204. |
| ], |
| + 'conditions': [ |
| + ['branding=="Chrome" and buildtype=="Official"', { |
| + 'OTHER_CFLAGS': [ |
| + # The Google Chrome Framework dSYM generated by dsymutil has grown |
|
Mark Mentovai
2015/04/23 01:38:06
80 columns.
erikchen
2015/04/23 01:56:05
Done.
|
| + # larger than 4GB, which dsymutil can't handle. Reduce the amount |
| + # of debug symbols. |
| + '-gline-tables-only', # See http://crbug.com/479841 |
| + ] |
| + }], |
| + ], |
| }, |
| 'target_conditions': [ |
| ['_type=="executable"', { |