mirror of
https://github.com/znc/znc.git
synced 2026-05-06 05:22:26 +02:00
Show more debug info with --enable-debug
This commit is contained in:
@@ -151,7 +151,7 @@ AC_ARG_ENABLE( [poll],
|
||||
[POLL="yes"])
|
||||
|
||||
if test "$DEBUG" != "no"; then
|
||||
appendCXX -ggdb
|
||||
appendCXX -ggdb3
|
||||
AC_DEFINE([_DEBUG], [1], [Define for debugging])
|
||||
# These enable some debug options in g++'s STL, e.g. invalid use of iterators
|
||||
AC_DEFINE([_GLIBCXX_DEBUG], [1], [Enable extra debugging checks in libstdc++])
|
||||
|
||||
Reference in New Issue
Block a user