summaryrefslogtreecommitdiff
path: root/cmake/debug_cflags
blob: d383256b0eb2b27df431a6d79b452a9fcafd1a7c (plain)
1
2
3
4
# vim:ft=cmake
set(DEBUG_FLAGS "-O0 -g3 -fsanitize=address -fsanitize-blacklist=${CMAKE_SOURCE_DIR}/misc/blacklist.txt -fno-omit-frame-pointer")
set(CMAKE_C_FLAGS_DEBUG ${DEBUG_FLAGS})
set(CMAKE_CXX_FLAGS_DEBUG ${DEBUG_FLAGS})