mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 23:27:39 +01:00
Allow --enable-debug=no
Signed-off-by: David Lee <live4thee@gmail.com>
This commit is contained in:
parent
0f9a540c8c
commit
21266608cc
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ AC_MSG_RESULT([$remote_only])
|
|||
AC_MSG_CHECKING([whether to enable debug support])
|
||||
AC_ARG_ENABLE(debug,
|
||||
[ --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
|
||||
CPPFLAGS="${CPPFLAGS} -DDEBUG"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue