1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-02-16 18:21:41 +01:00

Allow --enable-debug=no

Signed-off-by: David Lee <live4thee@gmail.com>
This commit is contained in:
Arun Sharma 2012-06-11 21:44:02 -07:00
parent 0f9a540c8c
commit 21266608cc

View file

@ -178,7 +178,7 @@ AC_MSG_RESULT([$remote_only])
AC_MSG_CHECKING([whether to enable debug support]) AC_MSG_CHECKING([whether to enable debug support])
AC_ARG_ENABLE(debug, AC_ARG_ENABLE(debug,
[ --enable-debug turn on debug support (slows down execution)], [ --enable-debug turn on debug support (slows down execution)],
[enable_debug=yes], [enable_debug=no]) [enable_debug=$enableval], [enable_debug=no])
if test x$enable_debug = xyes; then if test x$enable_debug = xyes; then
CPPFLAGS="${CPPFLAGS} -DDEBUG" CPPFLAGS="${CPPFLAGS} -DDEBUG"
else else