From f0758af5f9eeeff0a44ecb56472997cd74d01148 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 8 Apr 2012 16:20:28 +0000 Subject: [PATCH] Remove -ftemplate-depth-128 from the list of flags. git-svn-id: https://svn.dealii.org/trunk@25399 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 4 ++-- deal.II/configure | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 5939253329..0f115ea80f 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -408,8 +408,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl dnl First the flags for gcc compilers if test "$GXX" = yes ; then - CXXFLAGSO="$CXXFLAGSO -O2 -funroll-loops -funroll-all-loops -fstrict-aliasing -Wuninitialized -felide-constructors -ftemplate-depth-128" - CXXFLAGSG="$CXXFLAGSG -DDEBUG -Wall -W -Wpointer-arith -Wwrite-strings -Wsynth -Wsign-compare -Wswitch -ftemplate-depth-128" + CXXFLAGSO="$CXXFLAGSO -O2 -funroll-loops -funroll-all-loops -fstrict-aliasing -Wuninitialized -felide-constructors" + CXXFLAGSG="$CXXFLAGSG -DDEBUG -Wall -W -Wpointer-arith -Wwrite-strings -Wsynth -Wsign-compare -Wswitch" dnl gcc 4.4 has an interesting problem in that it doesn't dnl care for one of BOOST signals2's header files and produces diff --git a/deal.II/configure b/deal.II/configure index 686422604f..407e5fbeb9 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 25333 . +# From configure.in Revision: 25395 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for deal.II 7.2.pre. # @@ -4122,8 +4122,8 @@ rm -f core conftest.err conftest.$ac_objext \ CXXFLAGSO="$CXXFLAGSO -DBOOST_NO_HASH -DBOOST_NO_SLIST" if test "$GXX" = yes ; then - CXXFLAGSO="$CXXFLAGSO -O2 -funroll-loops -funroll-all-loops -fstrict-aliasing -Wuninitialized -felide-constructors -ftemplate-depth-128" - CXXFLAGSG="$CXXFLAGSG -DDEBUG -Wall -W -Wpointer-arith -Wwrite-strings -Wsynth -Wsign-compare -Wswitch -ftemplate-depth-128" + CXXFLAGSO="$CXXFLAGSO -O2 -funroll-loops -funroll-all-loops -fstrict-aliasing -Wuninitialized -felide-constructors" + CXXFLAGSG="$CXXFLAGSG -DDEBUG -Wall -W -Wpointer-arith -Wwrite-strings -Wsynth -Wsign-compare -Wswitch" if test $GXX_VERSION != gcc4.4 ; then CXXFLAGS="$CXXFLAGS -pedantic" -- 2.39.5