diff --git a/configure.ac b/configure.ac index 170d16ca6a..c636fade70 100644 --- a/configure.ac +++ b/configure.ac @@ -325,6 +325,9 @@ else fi fi +dnl just stick -g into LDFLAGS, if we don't have it in CFLAGS it won't do much +LDFLAGS="$LDFLAGS -g" + AM_CONDITIONAL([DEV_BUILD], [test "$enable_dev_build" = "yes"]) dnl always want these CFLAGS