From 52276316a50c8b2a06b49ea4fc27c2028a0c2976 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 6 Oct 2000 13:41:36 +0000 Subject: [PATCH] Update to configure.in git-svn-id: https://svn.dealii.org/trunk@3391 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index 7b9ee59ca3..90bd4da56a 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.36 +# From configure.in Revision: 1.37 @@ -1254,7 +1254,7 @@ fi if test $GXX = yes ; then CXXFLAGSO="$CXXFLAGS -O2 -Wuninitialized -felide-constructors -ftemplate-depth-32" - CXXFLAGSG="$CXXFLAGS -DDEBUG -ggdb -ansi -pedantic -Wall -W -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Winline -Woverloaded-virtual -Wstrict-prototypes -Wsynth -Wsign-compare -Wconversion -ftemplate-depth-32" + CXXFLAGSG="$CXXFLAGS -DDEBUG -ggdb -ansi -pedantic -Wall -W -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Winline -Woverloaded-virtual -Wstrict-prototypes -Wsynth -Wsign-compare -Wconversion -Wswitch -ftemplate-depth-32" case "$GXX_VERSION" in -- 2.39.5