grim/guifications2

Added debug cflags to everything
cmake
2013-05-13, Gary Kramlich
cdf109a7d35f
Parents 3d08020b9cae
Children b6c10fc22852
Added debug cflags to everything
--- a/CMakeLists.txt Mon May 13 23:55:12 2013 -0500
+++ b/CMakeLists.txt Mon May 13 23:55:47 2013 -0500
@@ -66,6 +66,10 @@
${PANGOFT2_LIBRARY_DIRS}
)
+add_definitions(
+ -g -g3 -Wall
+)
+
add_subdirectory(src)