Removed thread debug flag

pull/9/head
parent af616e4452
commit ee4d176135

@ -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

Loading…
Cancel
Save