From a4ae821de7d9c6ebbb25ce22d6782b79baff2c79 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 May 2001 08:13:58 +0000 Subject: [PATCH] Allow for more aggressive optimizations. git-svn-id: https://svn.dealii.org/trunk@4709 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 4 ++-- deal.II/configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5