Merge pull request #10943 from opensourcerouting/build-ldflags-g

build: stick `-g` into LDFLAGS
This commit is contained in:
Mark Stapp 2022-03-31 15:26:13 -04:00 committed by GitHub
commit db8a0be36d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -325,6 +325,9 @@ else
fi fi
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"]) AM_CONDITIONAL([DEV_BUILD], [test "$enable_dev_build" = "yes"])
dnl always want these CFLAGS dnl always want these CFLAGS