libmygpo-qt: remove -ggdb3
This commit is contained in:
parent
981574a27f
commit
dfdd7c8947
|
@ -0,0 +1,13 @@
|
||||||
|
Index: CMakeLists.txt
|
||||||
|
===================================================================
|
||||||
|
--- CMakeLists.txt.orig
|
||||||
|
+++ CMakeLists.txt
|
||||||
|
@@ -69,7 +69,7 @@ if (CMAKE_COMPILER_IS_GNUCXX)
|
||||||
|
-Wwrite-strings -Wpacked -Wformat-security -Wmissing-format-attribute
|
||||||
|
-Wold-style-cast -Woverloaded-virtual -Wnon-virtual-dtor -Wall -Wextra
|
||||||
|
-Wformat=2 -Wundef -Wstack-protector -Wmissing-include-dirs
|
||||||
|
- -Winit-self -Wunsafe-loop-optimizations -ggdb3 -fno-inline -DQT_STRICT_ITERATORS )
|
||||||
|
+ -Winit-self -Wunsafe-loop-optimizations -fno-inline -DQT_STRICT_ITERATORS )
|
||||||
|
if ( NOT WIN32 )
|
||||||
|
add_definitions( -fvisibility=hidden )
|
||||||
|
endif()
|
Loading…
Reference in New Issue