From: wolf Date: Tue, 9 Feb 1999 12:45:14 +0000 (+0000) Subject: Don't know, why one of the warning flags slipped from the debug flags X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f1b0bba901b37690465a9b5ba37d1169bee9404;p=dealii-svn.git Don't know, why one of the warning flags slipped from the debug flags to the production flags. git-svn-id: https://svn.dealii.org/trunk@771 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Make.global_options b/deal.II/deal.II/Make.global_options index f0c5ef6735..a591427918 100644 --- a/deal.II/deal.II/Make.global_options +++ b/deal.II/deal.II/Make.global_options @@ -14,9 +14,9 @@ CXX = c++ INCLUDE = -I$D/deal.II/include -I$D/lac/include \ -I$D/base/include CXXFLAGS.g= -ansi -DDEBUG -ggdb -Wall -W -pedantic -Wconversion \ - -Winline -Woverloaded-virtual -fno-builtin\ + -Winline -Woverloaded-virtual -Wuninitialized -fno-builtin\ $(INCLUDE) -CXXFLAGS =-O3 -Wuninitialized -finline-functions -ffast-math \ +CXXFLAGS =-O3 -finline-functions -ffast-math \ -felide-constructors -fnonnull-objects \ $(INCLUDE)