Make debuging information enabled by default

This commit is contained in:
Danny Robson 2011-08-29 14:33:08 +10:00
parent a30e0f4be0
commit b23c0862cc

View File

@ -5,7 +5,7 @@ AC_CANONICAL_HOST
## We remove CXXFLAGS as autotools inserts them /AFTER/ our own CXXFLAGS,
## thus overriding any variables that both set (specifically we're concerned
## about optimisation flags).
CXXFLAGS=""
CXXFLAGS="-g"
AC_PROG_CXX
AC_LANG([C++])
AC_PROG_LIBTOOL