Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 22b570b5ed14d1e85f70c2d5b91aaab91e49eafb..3c07595a557f9cf696f6793a3b1fa53e9a7bc8a7 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1374,7 +1374,7 @@ |
| # Iterator debugging is slow. |
| 'win_debug_disable_iterator_debugging': '1', |
| # Try to disable optimizations that mess up stacks in a release build. |
| - 'win_release_InlineFunctionExpansion': '0', |
| + 'win_release_InlineFunctionExpansion': '1', |
|
Derek Bruening
2012/10/18 04:11:25
expand the comment to explain why it's 1, as the c
|
| 'win_release_OmitFramePointers': '0', |
| # Ditto for debug, to support bumping win_debug_Optimization. |
| 'win_debug_InlineFunctionExpansion': 0, |