| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index e6f22cc24e804bc08127ebb65b9a3e088321c145..279d5ae1103e40bbc35c98c6f418ad0d5e4ded97 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -135,9 +135,15 @@
|
| },
|
| 'default_configuration': 'Debug',
|
| 'configurations': {
|
| - 'Debug': {
|
| + 'DebugBaseCommon': {
|
| 'cflags': [ '-g', '-O0' ],
|
| },
|
| + 'Optdebug': {
|
| + 'inherit_from': [ 'DebugBaseCommon', 'DebugBase2' ],
|
| + },
|
| + 'Debug': {
|
| + # Xcode insists on this empty entry.
|
| + },
|
| 'Release': {
|
| # Xcode insists on this empty entry.
|
| },
|
|
|