From: wolf Date: Mon, 28 Jun 1999 16:35:14 +0000 (+0000) Subject: Increase the depth of template instantiations since we get to the X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83fa92fbc928b476d050d152caf9a0737642ec61;p=dealii-svn.git Increase the depth of template instantiations since we get to the built-in limit of 17 as it seems (weird error messages, pages and pages...) git-svn-id: https://svn.dealii.org/trunk@1489 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Make.global_options b/deal.II/deal.II/Make.global_options index c919e7a501..2196b97753 100644 --- a/deal.II/deal.II/Make.global_options +++ b/deal.II/deal.II/Make.global_options @@ -15,11 +15,11 @@ INCLUDE = -I$D/deal.II/include -I$D/lac/include \ -I$D/base/include CXXFLAGS.g= -ansi -DDEBUG -ggdb -Wall -W -Wconversion \ -Winline -Woverloaded-virtual -fno-builtin\ - -fno-vtable-thunks \ + -fno-vtable-thunks -ftemplate-depth-32\ $(INCLUDE) CXXFLAGS =-O2 -Wuninitialized -ffast-math \ -felide-constructors -fnonnull-objects \ - -fno-vtable-thunks \ + -fno-vtable-thunks -ftemplate-depth-32\ $(INCLUDE)