Increase template depth limit.
This commit is contained in:
parent
8fe7bf2183
commit
51c9d32b47
@ -72,7 +72,7 @@ case $host in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if test "$GXX" = yes; then
|
if test "$GXX" = yes; then
|
||||||
CXXFLAGS="$CXXFLAGS -ftemplate-depth-32"
|
CXXFLAGS="$CXXFLAGS -ftemplate-depth-256"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CHECK_PROG(DOXYGEN_FOUND,doxygen,yes)
|
AC_CHECK_PROG(DOXYGEN_FOUND,doxygen,yes)
|
||||||
|
Loading…
Reference in New Issue
Block a user