From ee4d1761356c6a4b1e9aa803785e74d2a1bae5db Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 8 Nov 2024 16:31:53 +0600 Subject: [PATCH] Removed thread debug flag --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index e90e6e4..10d961c 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -68,7 +68,7 @@ add_custom_target( set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Werror -Wmissing-declarations -fdiagnostics-color=always \ -O2 -pipe -fno-plt -fexceptions \ -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \ - -fstack-clash-protection -fcf-protection -fsanitize=thread") + -fstack-clash-protection -fcf-protection") set(SOURCE_FILES ubl-settings-kernel.c