build: Use debug build (-g) by default.

* build-aux/build.sh.in (debug): Enable.
This commit is contained in:
Jan Nieuwenhuizen 2019-12-02 18:26:55 +01:00
parent 5c16b1ecc1
commit 9c7d0ece4d
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ if test -n "$GUILE" -a "$GUILE" != true; then
${SHELL} ${srcdest}build-aux/build-guile.sh
fi
debug=
#debug=-g
debug=${debug--g}
AM_CFLAGS="
-static