From: wolf Date: Thu, 12 Aug 1999 08:28:46 +0000 (+0000) Subject: Once more back out the -pg switches. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad4d0df644251ccf82622e7d022d46ff57579ba;p=dealii-svn.git Once more back out the -pg switches. git-svn-id: https://svn.dealii.org/trunk@1683 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options b/deal.II/common/Make.global_options index 30088387c7..88d519046a 100644 --- a/deal.II/common/Make.global_options +++ b/deal.II/common/Make.global_options @@ -19,7 +19,7 @@ CXXFLAGS.g= -ansi -DDEBUG -ggdb -Wall -W -Wconversion \ $(INCLUDE) CXXFLAGS.o= -O2 -Wuninitialized -ffast-math \ -felide-constructors -fnonnull-objects \ - -fno-vtable-thunks -ftemplate-depth-32 -pg\ + -fno-vtable-thunks -ftemplate-depth-32\ $(INCLUDE)