From: wolf Date: Tue, 10 Aug 1999 15:39:41 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=968136cb2293056b98f321a5aaff5977f0270aea;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@1668 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options b/deal.II/common/Make.global_options index 88d519046a..8921397513 100644 --- a/deal.II/common/Make.global_options +++ b/deal.II/common/Make.global_options @@ -15,11 +15,11 @@ INCLUDE = -I$D/deal.II/include -I$D/lac/include \ -I$D/base/include CXXFLAGS.g= -ansi -DDEBUG -ggdb -Wall -W -Wconversion \ -Winline -Woverloaded-virtual -fno-builtin\ - -fno-vtable-thunks -ftemplate-depth-32\ + -fno-vtable-thunks -ftemplate-depth-32 -pg\ $(INCLUDE) CXXFLAGS.o= -O2 -Wuninitialized -ffast-math \ -felide-constructors -fnonnull-objects \ - -fno-vtable-thunks -ftemplate-depth-32\ + -fno-vtable-thunks -ftemplate-depth-32 -pg\ $(INCLUDE)