GNOME Bugzilla – Bug 679293
Add --debug configure option to set Vala & C debug flags
Last modified: 2016-03-31 13:55:24 UTC
Mostly a shameless (I think i wrote this code though) copy from Rygel.
Created attachment 217894 [details] [review] Add --debug configure option to set Vala & C debug flags
Review of attachment 217894 [details] [review]: ::: configure.ac @@ +102,3 @@ + enable_debug=no) +if test "x$enable_debug" = "xyes"; then + CFLAGS="$CFLAGS -O0 -g" Why not ggdb3? assuming we care about gcc only, and best gdb experience
Attachment 217894 [details] pushed as d732b94 - Add --debug configure option to set Vala & C debug flags Pushed with s/-g/-ggdb3/ change.