Make debuging information enabled by default
This commit is contained in:
parent
a30e0f4be0
commit
b23c0862cc
@ -5,7 +5,7 @@ AC_CANONICAL_HOST
|
|||||||
## We remove CXXFLAGS as autotools inserts them /AFTER/ our own CXXFLAGS,
|
## We remove CXXFLAGS as autotools inserts them /AFTER/ our own CXXFLAGS,
|
||||||
## thus overriding any variables that both set (specifically we're concerned
|
## thus overriding any variables that both set (specifically we're concerned
|
||||||
## about optimisation flags).
|
## about optimisation flags).
|
||||||
CXXFLAGS=""
|
CXXFLAGS="-g"
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_LANG([C++])
|
AC_LANG([C++])
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
|
Loading…
Reference in New Issue
Block a user