This commit is contained in:
jadebenn 2024-11-21 02:05:40 -06:00
parent 30d4076808
commit 0a06f309f6
2 changed files with 4 additions and 2 deletions

View File

@ -4,9 +4,10 @@ project(Darkflame
LANGUAGES C CXX LANGUAGES C CXX
) )
#add_compile_options("-fsanitize=address,undefined") # TEMP - Sanitizer flags
# add_compile_options("-fsanitize=address,undefined" "-fvisibility=default")
add_compile_options("-fsanitize=undefined" "-fvisibility=default") add_compile_options("-fsanitize=undefined" "-fvisibility=default")
add_link_options("-fsanitize=undefined" "-static-libsan") add_link_options("-fsanitize=undefined" "-static-libasan")
# check if the path to the source directory contains a space # check if the path to the source directory contains a space
if("${CMAKE_SOURCE_DIR}" MATCHES " ") if("${CMAKE_SOURCE_DIR}" MATCHES " ")

1
valgrind.sh Normal file
View File

@ -0,0 +1 @@
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --verbose --log-file=valgrind-out.txt build/gnu-debug/MasterServer