From 746d50c2ffa95d93fb5da8fd391f6a699520e37c Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 23 May 2001 09:49:07 +0000 Subject: [PATCH] Allow compilation also for PII. git-svn-id: https://svn.dealii.org/trunk@4715 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/configure.in b/deal.II/configure.in index 62d0b968af..041c54f41d 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 -O3 -tpp6 -xiMK -unroll -w0" + CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O3 -tpp6 -axiMK -unroll -w0" else -- 2.39.5