Jim, On 12/07/2012, at 9:39 AM, JIm Charlton wrote: > > How exactly do I compile gtkmm, gdk-pixbuf and glibmm with debugging support? > Seems like it should be simple but no matter where I put the -ggdb flag, the > Makefile seems to ignore it.
$ CFLAGS="-ggdb" ./configure should do the trick (at least, for gdk-pixbuf-2.24.0, which I've just tried on my system here under a jhbuild shell). regards, Richard. _______________________________________________ Gtk-osx-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-osx-devel-list
