Chromium Code Reviews| Index: cc/BUILD.gn |
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
| index 6d70f466979629a3adcce2a039cf387fd319d463..7b45a3e7b70694ef93927c4e2d907ca52ef9c8de 100644 |
| --- a/cc/BUILD.gn |
| +++ b/cc/BUILD.gn |
| @@ -490,7 +490,7 @@ component("cc") { |
| defines = [ "CC_IMPLEMENTATION=1" ] |
| - if (!is_debug && is_win) { |
| + if (!is_debug && (is_win || is_android)) { |
|
brettw
2014/09/16 19:35:51
Can you think of a reason why Mac & Linux shouldn'
Fabrice (no longer in Chrome)
2014/09/16 20:05:59
That is a good point, I'm going to bring it up on
|
| configs -= [ "//build/config/compiler:optimize" ] |
| configs += [ "//build/config/compiler:optimize_max" ] |
| } |