Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 6c67d60f9b2ccf6d183e94fa13bbcca113bf65d4..66f36435516a0108cf8aa43f7377928efcdffb50 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -341,6 +341,19 @@ |
| 'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter', |
| '-Wnon-virtual-dtor', '-Woverloaded-virtual' ], |
| }], |
| + ['OS=="android"', { |
| + 'variables': { |
| + 'android_full_debug%': 1, |
| + }, |
| + 'conditions': [ |
| + ['android_full_debug=0', { |
| + # Disable full debug if we want a faster v8 in a debug build. |
|
ulan
2012/08/24 09:50:57
Please add a comment:
# TODO(2304): pass DISABLE_D
Xianzhu
2012/08/24 16:10:48
Done.
|
| + 'defines!': [ |
| + 'DEBUG', |
| + ], |
| + }], |
| + ], |
| + }], |
| ], |
| }, # Debug |
| 'Release': { |