| Index: base/allocator/allocator.gyp
|
| diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
|
| index 323d79ede60e66be555c12d47f2b1c7abc712962..de3b273fcf26d56020565096393462d739ca02e5 100644
|
| --- a/base/allocator/allocator.gyp
|
| +++ b/base/allocator/allocator.gyp
|
| @@ -8,7 +8,7 @@
|
| # This code gets run a lot and debugged rarely, so it should be fast
|
| # by default. See http://crbug.com/388949.
|
| 'debug_optimize': '2',
|
| - 'win_debug_Optimization': '2',
|
| + 'win_debug_Optimization': '0',
|
| # Run time checks are incompatible with any level of optimizations.
|
| 'win_debug_RuntimeChecks': '0',
|
| },
|
|
|