mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
changed to --enable-verbose-debug
This commit is contained in:
parent
bc7b4e4051
commit
a9c2c9ab62
@ -78,8 +78,8 @@ AC_ARG_ENABLE([function-sections],
|
|||||||
AS_HELP_STRING([--enable-function-sections, make static library allow smaller binaries with --gc-sections]),
|
AS_HELP_STRING([--enable-function-sections, make static library allow smaller binaries with --gc-sections]),
|
||||||
[], [enable_function_sections=no])
|
[], [enable_function_sections=no])
|
||||||
AC_ARG_ENABLE(event-debugging,
|
AC_ARG_ENABLE(event-debugging,
|
||||||
AS_HELP_STRING([--enable-event-debugging, enable event usage debugging]),
|
AS_HELP_STRING([--enable-verbose-debug, verbose debug logging]),
|
||||||
[], [enable_event_debugging=no])
|
[], [enable_verbose_debug=no])
|
||||||
|
|
||||||
|
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
@ -651,8 +651,8 @@ if test x$enable_debug_mode = xno; then
|
|||||||
[Define if libevent should build without support for a debug mode])
|
[Define if libevent should build without support for a debug mode])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check if we should enable event debugging
|
# check if we should enable verbose debugging
|
||||||
if test x$enable_event_debugging = xyes; then
|
if test x$enable_verbose_debug = xyes; then
|
||||||
CFLAGS="$CFLAGS -DUSE_DEBUG"
|
CFLAGS="$CFLAGS -DUSE_DEBUG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user