On 6 September 2011 09:02, Brad <b...@comstyle.com> wrote: > Only build with -g CFLAGS/LDFLAGS if using --enable-debug.
I'm not convinced -- I think we should always build with -g; it means you can do at least some debugging on an in-tree build even if it's the optimised version. Debug info should be stripped at install time, right? (I don't think this is a particularly out-on-a-limb view; it's the standard policy for building things in Debian, for instance.) -- PMM