From 70c4d6c2a2b705c42fa48f7a3b6a1b263e3b1ca1 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 23 May 2001 13:40:02 +0000 Subject: [PATCH] -O3 crashes the program before start even... git-svn-id: https://svn.dealii.org/trunk@4721 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 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 -- 2.39.5