no more debug option needed -> use CXXFLAGS env before configure run
This commit is contained in:
parent
a62e2fb853
commit
9f2fdd36d3
1 changed files with 0 additions and 7 deletions
|
@ -142,13 +142,6 @@ if test x"$acx_pthread_ok" = xyes; then
|
||||||
AM_CONDITIONAL(HAVE_PTHREAD, test x"$acx_pthread_ok" = xyes)
|
AM_CONDITIONAL(HAVE_PTHREAD, test x"$acx_pthread_ok" = xyes)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$enable_debug" = "yes" ; then
|
|
||||||
CXXFLAGS="$CXXFLAGS -Wall -ggdb -O0"
|
|
||||||
AC_DEFINE(DEBUG, 1, [Define to enable debug build])
|
|
||||||
else
|
|
||||||
CXXFLAGS="$CXXFLAGS -Wall -O3"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Doxygen Documentation
|
# Doxygen Documentation
|
||||||
|
|
||||||
AC_PATH_PROG(DOXYGEN, doxygen, no)
|
AC_PATH_PROG(DOXYGEN, doxygen, no)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue