From: Wolfgang Bangerth Date: Wed, 23 May 2001 13:40:02 +0000 (+0000) Subject: -O3 crashes the program before start even... X-Git-Tag: v8.0.0~19073 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f91b66876f3310b2d3e94af6f7d7a1edd5caa15;p=dealii.git -O3 crashes the program before start even... git-svn-id: https://svn.dealii.org/trunk@4721 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index 041c54f41d..cade990cf7 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 -axiMK -unroll -w0" + CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -tpp6 -axiMK -unroll -w0" else