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();