Enable address sanitizer when running tests on mac

Signed-off-by: Philip Turnbull <philipturnbull@github.com>
This commit is contained in:
Max Brunsfeld 2017-06-27 14:54:20 -07:00 committed by Philip Turnbull
parent 076002a01e
commit 76e35fd037
2 changed files with 2 additions and 0 deletions

View file

@ -132,6 +132,7 @@
'xcode_settings': {
'OTHER_LDFLAGS': ['-g'],
'GCC_OPTIMIZATION_LEVEL': '0',
'OTHER_CPLUSPLUSFLAGS': ['-fsanitize=address'],
},
},
'Release': {