From 28f61b17cf6a5b5a3aaaf1bc35fbcf9a71813521 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 23 May 2023 17:11:09 +0600 Subject: [PATCH] Debug flag removed --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index ba44ab8..3c31c40 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -27,7 +27,7 @@ configure_file(ubl-settings-update.h.in ubl-settings-cmake.h) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -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 -g") + -fstack-clash-protection -fcf-protection") set(SOURCE_FILES ubl-settings-update.c