Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 13003) |
| +++ build/common.gypi (working copy) |
| @@ -169,6 +169,22 @@ |
| 'HOME', |
| 'LINK', |
| ], |
| + 'configurations': { |
| + 'Debug': { |
| + 'defines': [ |
| + '_DEBUG', |
| + ], |
| + 'cflags': [ |
| + '-O0', |
| + '-g', |
| + ], |
| + }, |
| + 'Release': { |
| + 'cflags': [ |
|
TVL
2009/04/02 15:44:30
drive by: do you need NDEBUG to be defined?
|
| + '-O2', |
| + ], |
| + }, |
| + }, |
| }, |
| }], |
| ['OS=="mac"', { |