Chromium Code Reviews| Index: gyp/common_variables.gypi |
| diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi |
| index 2add2ee735d529b553a9e3a4600c007137e527b0..fee31f99f9d57b5a29c45c4b207f7bb829dd950a 100644 |
| --- a/gyp/common_variables.gypi |
| +++ b/gyp/common_variables.gypi |
| @@ -149,7 +149,7 @@ |
| # These variables determine the default optimization level for different |
| # compilers. |
| 'skia_default_vs_optimization_level': 3, # full (/Ox) |
| - 'skia_default_gcc_optimization_level': 3, # -O3 |
| + 'skia_default_gcc_optimization_level': 0, # -O3 |
|
bsalomon
2014/05/15 13:13:33
is this an accident?
yunchao
2014/05/15 14:15:53
Yeah, just for debugging... Will remove it.
|
| }, |
| 'conditions': [ |