mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-13 17:06:26 -04:00
Enable address sanitizer when running tests on mac
Signed-off-by: Philip Turnbull <philipturnbull@github.com>
This commit is contained in:
parent
076002a01e
commit
76e35fd037
|
|
@ -132,6 +132,7 @@
|
|||
'xcode_settings': {
|
||||
'OTHER_LDFLAGS': ['-g'],
|
||||
'GCC_OPTIMIZATION_LEVEL': '0',
|
||||
'OTHER_CPLUSPLUSFLAGS': ['-fsanitize=address'],
|
||||
},
|
||||
},
|
||||
'Release': {
|
||||
|
|
|
|||
Loading…
Reference in a new issue