build: Use debug build (-g) by default.
* build-aux/build.sh.in (debug): Enable.
This commit is contained in:
parent
5c16b1ecc1
commit
9c7d0ece4d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue