From: Wolfgang Bangerth Date: Wed, 23 May 2001 09:49:07 +0000 (+0000) Subject: Allow compilation also for PII. X-Git-Tag: v8.0.0~19079 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0e689cc8af1220e72eabfc7341c6c2c3ed63666;p=dealii.git Allow compilation also for PII. git-svn-id: https://svn.dealii.org/trunk@4715 0785d39b-7218-0410-832d-ea1e28bc413d --- 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