mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
test/pts: enable address sanitizer
This commit is contained in:
parent
79b02f79ab
commit
b377a92dbb
@ -94,6 +94,7 @@ include ${BTSTACK_ROOT}/src/ble/gatt-service/Makefile.inc
|
||||
CFLAGS += -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wunused-variable -Wunused-parameter
|
||||
CFLAGS += -D ENABLE_TESTING_SUPPORT
|
||||
CFLAGS += -D ENABLE_LE_SIGNED_WRITE
|
||||
CFLAGS += -fsanitize=address -fno-omit-frame-pointer
|
||||
|
||||
# CFLAGS += -I..
|
||||
CFLAGS += -I${BTSTACK_ROOT}/src
|
||||
|
Loading…
x
Reference in New Issue
Block a user