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
|
${SHELL} ${srcdest}build-aux/build-guile.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
debug=
|
debug=${debug--g}
|
||||||
#debug=-g
|
|
||||||
|
|
||||||
AM_CFLAGS="
|
AM_CFLAGS="
|
||||||
-static
|
-static
|
||||||
|
|
Loading…
Reference in a new issue