Убрал флаг -g

pull/11/head
Igor Belitskiy 3 years ago
parent 03f214d698
commit 9a81b9ced5

@ -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 \ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Wall -Wextra -Werror -Wmissing-declarations -fdiagnostics-color=always \
-O2 -pipe -fno-plt -fexceptions \ -O2 -pipe -fno-plt -fexceptions \
-Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \ -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \
-fstack-clash-protection -fcf-protection -g") -fstack-clash-protection -fcf-protection")
set(SOURCE_FILES set(SOURCE_FILES
util.h util.h

@ -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); string str_flags = this->dynamic_update_entry(map_cmd_selection, vec_Option_OTT);
entryOTT->set_text(str_flags); entryOTT->set_text(str_flags);
} }
} }
void MainWindow::item_selected_IPT(const Gtk::TreeModel::Path& path, const Gtk::TreeModel::iterator&) { void MainWindow::item_selected_IPT(const Gtk::TreeModel::Path& path, const Gtk::TreeModel::iterator&) {
auto selection_kernel = treeViewKernel->get_selection(); auto selection_kernel = treeViewKernel->get_selection();

Loading…
Cancel
Save