Added leak suppression, by implementing __lsan_default_suppressions function, for SDL2 and X11 library which are used by the SDL display driver. Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
13 lines
185 B
CMake
13 lines
185 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(
|
|
CONFIG_OPENOCD_SUPPORT
|
|
openocd.c
|
|
)
|
|
|
|
zephyr_sources_ifdef(
|
|
CONFIG_ASAN
|
|
asan_hacks.c
|
|
)
|
|
|
|
add_subdirectory(tracing)
|