From: wolf Date: Mon, 2 Jul 2001 14:16:49 +0000 (+0000) Subject: Change flags for cxx slightly. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abcf5496d460956c17b83b08d5e89d9e5512acc5;p=dealii-svn.git Change flags for cxx slightly. git-svn-id: https://svn.dealii.org/trunk@4785 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index 9c4b5887f1..f111f67660 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.73 +# From configure.in Revision: 1.74 @@ -1315,8 +1315,8 @@ else else if test "x$GXX_VERSION" = "xcompaq_cxx" ; then - CXXFLAGSG="$CXXFLAGS -model ansi -std strict_ansi_errors -w0 -DDEBUG" - CXXFLAGSO="$CXXFLAGS -model ansi -accept restrict_keyword -fast" + CXXFLAGSG="$CXXFLAGS -model ansi -std strict_ansi -w0 -DDEBUG" + CXXFLAGSO="$CXXFLAGS -model ansi -std strict_ansi -accept restrict_keyword -fast" else { echo "configure: error: No compiler options for this C++ compiler diff --git a/deal.II/configure.in b/deal.II/configure.in index f756c88511..03d09bed72 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -281,8 +281,8 @@ else else if test "x$GXX_VERSION" = "xcompaq_cxx" ; then - CXXFLAGSG="$CXXFLAGS -model ansi -std strict_ansi_errors -w0 -DDEBUG" - CXXFLAGSO="$CXXFLAGS -model ansi -accept restrict_keyword -fast" + CXXFLAGSG="$CXXFLAGS -model ansi -std strict_ansi -w0 -DDEBUG" + CXXFLAGSO="$CXXFLAGS -model ansi -std strict_ansi -accept restrict_keyword -fast" dnl if necessary: -shared, -pthread dnl Should one use -compress? -distinguish_nested_enums? -nousing_std? dnl -pch? -noimplicit_include?