From abe0b8c29722d1b98d4be53b623533bf5910a51f Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 16 Feb 1999 17:20:32 +0000 Subject: [PATCH] -O2 suffices for compilation. git-svn-id: https://svn.dealii.org/trunk@819 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Make.global_options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/Make.global_options b/deal.II/deal.II/Make.global_options index eeb490c530..17ffc1f534 100644 --- a/deal.II/deal.II/Make.global_options +++ b/deal.II/deal.II/Make.global_options @@ -16,7 +16,7 @@ INCLUDE = -I$D/deal.II/include -I$D/lac/include \ CXXFLAGS.g= -ansi -DDEBUG -ggdb -Wall -W -pedantic -Wconversion \ -Winline -Woverloaded-virtual -fno-builtin\ $(INCLUDE) -CXXFLAGS =-O3 -Wuninitialized -ffast-math \ +CXXFLAGS =-O2 -Wuninitialized -ffast-math \ -felide-constructors -fnonnull-objects \ $(INCLUDE) -- 2.39.5