Chromium Code Reviews| Index: build/standalone.gypi |
| diff --git a/build/standalone.gypi b/build/standalone.gypi |
| index e6f22cc24e804bc08127ebb65b9a3e088321c145..9f37cf5e36af100cd46b37bcef2662a599156a22 100644 |
| --- a/build/standalone.gypi |
| +++ b/build/standalone.gypi |
| @@ -138,6 +138,9 @@ |
| 'Debug': { |
| 'cflags': [ '-g', '-O0' ], |
| }, |
| + 'Optdebug': { |
| + 'inherit_from': [ 'Debug' ], |
| + }, |
| 'Release': { |
| # Xcode insists on this empty entry. |
| }, |