zephyr/cmake/compiler/clang/target_sanitizers.cmake

9 lines
158 B
CMake
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
macro(toolchain_cc_asan)
zephyr_compile_options(-fsanitize=address)
zephyr_ld_options(-fsanitize=address)
endmacro()