From: Wolfgang Bangerth Date: Wed, 23 May 2001 08:13:58 +0000 (+0000) Subject: Allow for more aggressive optimizations. X-Git-Tag: v8.0.0~19085 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ae821de7d9c6ebbb25ce22d6782b79baff2c79;p=dealii.git Allow for more aggressive optimizations. git-svn-id: https://svn.dealii.org/trunk@4709 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index dadba71242..f658dc3d9c 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.70 +# From configure.in Revision: 1.71 @@ -1301,7 +1301,7 @@ else if test "x$GXX_VERSION" = "xintel_icc" ; then CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -wd525 -wd327 -DDEBUG -inline_debug_info" - CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -tpp6 -axiMK -unroll -w0" + CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O3 -tpp6 -xiMK -unroll -w0" else diff --git a/deal.II/configure.in b/deal.II/configure.in index cade990cf7..62d0b968af 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -267,7 +267,7 @@ else dnl (allowed for compatibility)' (I don't understand what the dnl compiler means) CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -wd525 -wd327 -DDEBUG -inline_debug_info" - CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -tpp6 -axiMK -unroll -w0" + CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O3 -tpp6 -xiMK -unroll -w0" else