From fb517f0b7287aec304e0ac4b18e4f4aa62a7a6ef Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Thu, 11 Mar 2021 14:41:19 +0100 Subject: [PATCH] Removed the sanitizer --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a18688..eb0d0f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(TEASPEAK_SERVER ON) #end now #set(MEMORY_DEBUG_FLAGS " -fsanitize=leak -fsanitize=address -fstack-protector-all ") -set(MEMORY_DEBUG_FLAGS "-fsanitize=address -fstack-protector-all") +#set(MEMORY_DEBUG_FLAGS "-fsanitize=address -fstack-protector-all") #set(MEMORY_DEBUG_FLAGS "-fstack-protector-all") #set(MEMORY_DEBUG_FLAGS " -fsanitize=address -static-libasan")