| Index: gyp/common.gypi
|
| diff --git a/gyp/common.gypi b/gyp/common.gypi
|
| index 14a541912b3427ac2ddcb854eaf84bb796c3239d..2d3fddd47d61f553c1657fc512708e78ffaae521 100644
|
| --- a/gyp/common.gypi
|
| +++ b/gyp/common.gypi
|
| @@ -92,22 +92,11 @@
|
| # one makefile and allow someone to add SK_DEBUG etc for their own
|
| # debugging purposes.
|
| 'configurations': {
|
| - 'Debug': {
|
| - 'defines': [
|
| - 'SK_DEBUG',
|
| - 'SK_DEVELOPER=1',
|
| - ],
|
| - },
|
| - 'Release': {
|
| - 'defines': [
|
| - 'SK_RELEASE',
|
| - ],
|
| - },
|
| + 'Debug': { 'defines': [ 'SK_DEVELOPER=1' ] },
|
| + 'Release': { 'defines': [ 'NDEBUG' ] },
|
| 'Release_Developer': {
|
| 'inherit_from': ['Release'],
|
| - 'defines': [
|
| - 'SK_DEVELOPER=1',
|
| - ],
|
| + 'defines': [ 'SK_DEVELOPER=1' ],
|
| },
|
| },
|
| }],
|
|
|