From 9a81b9ced554608136152dda6cdaf55619452c71 Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Tue, 4 Apr 2023 12:10:25 +0600 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D1=84=D0=BB?= =?UTF-8?q?=D0=B0=D0=B3=20-g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/CMakeLists.txt | 2 +- source/ubl-settings-bootloader.cc | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index bc5f9e8..3886b8b 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -12,7 +12,7 @@ add_definitions(${GTK_CFLAGS_OTHER}) 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 util.h diff --git a/source/ubl-settings-bootloader.cc b/source/ubl-settings-bootloader.cc index 912fa99..8576d9e 100755 --- a/source/ubl-settings-bootloader.cc +++ b/source/ubl-settings-bootloader.cc @@ -149,8 +149,6 @@ void MainWindow::item_selected_OTT(const Gtk::TreeModel::Path& path, const Gtk:: string str_flags = this->dynamic_update_entry(map_cmd_selection, vec_Option_OTT); entryOTT->set_text(str_flags); } - - } void MainWindow::item_selected_IPT(const Gtk::TreeModel::Path& path, const Gtk::TreeModel::iterator&) { auto selection_kernel = treeViewKernel->get_selection();