From 83fa92fbc928b476d050d152caf9a0737642ec61 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 28 Jun 1999 16:35:14 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/Make.global_options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5