Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| =================================================================== |
| --- gyp/common_conditions.gypi (revision 9877) |
| +++ gyp/common_conditions.gypi (working copy) |
| @@ -210,6 +210,15 @@ |
| }], |
| ], |
| }], |
| + [ 'skia_asan_build', { |
| + 'cflags': [ |
| + '-fsanitize=address', |
| + '-fno-omit-frame-pointer', |
| + ], |
| + 'ldflags': [ |
| + '-fsanitize=address', |
| + ], |
| + }], |
| ], |
| }, |
| ], |
| @@ -240,6 +249,17 @@ |
| ], |
| }, |
| }], |
| + [ 'skia_asan_build', { |
| + 'xcode_settings': { |
|
borenet
2013/07/03 13:30:14
Fixed these.
|
| + 'OTHER_CPLUSPLUSFLAGS': [ |
| + '-fsanitize=address', |
| + '-fno-omit-frame-pointer', |
| + ], |
| + 'OTHER_LDFLAGS': [ |
| + '-fsanitize=address', |
| + ], |
| + }, |
| + }], |
| ], |
| 'configurations': { |
| 'Debug': { |