Increase template depth limit.

This commit is contained in:
chris_kohlhoff 2005-11-15 03:22:17 +00:00
parent 8fe7bf2183
commit 51c9d32b47

View File

@ -72,7 +72,7 @@ case $host in
esac
if test "$GXX" = yes; then
CXXFLAGS="$CXXFLAGS -ftemplate-depth-32"
CXXFLAGS="$CXXFLAGS -ftemplate-depth-256"
fi
AC_CHECK_PROG(DOXYGEN_FOUND,doxygen,yes)