qulogic/gplugin

turn on -ggdb if we're using gcc
feature/66-ggdb-cflag
2015-06-30, Gary Kramlich
d1b5a2ea0801
Parents 939ad2885387
Children c122ff013e12
turn on -ggdb if we're using gcc
--- a/CMakeLists.txt Tue Jun 30 20:00:43 2015 -0500
+++ b/CMakeLists.txt Tue Jun 30 20:03:57 2015 -0500
@@ -163,6 +163,7 @@
if(CMAKE_COMPILER_IS_GNUCC)
add_definitions(
-DGPLUGIN_UNUSED=__attribute__\(\(unused\)\)
+ -ggdb
)
else(CMAKE_COMPILER_IS_GNUCC)
add_definitions(