From: cvs Date: Wed, 6 Oct 1999 12:44:28 +0000 (+0000) Subject: Remove -pg as it should be!! X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc111caa5a8b7e3bb5b3f04b1f936ee9a1d06345;p=dealii-svn.git Remove -pg as it should be!! git-svn-id: https://svn.dealii.org/trunk@1743 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options b/deal.II/common/Make.global_options index 72c454fb73..0aaf459281 100644 --- a/deal.II/common/Make.global_options +++ b/deal.II/common/Make.global_options @@ -19,9 +19,11 @@ CXXFLAGS.g= -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) +# DEAL_II_USE_MT=true + ifeq ($(DEAL_II_USE_MT),true) INCLUDE += -I $(shell echo $$ACE_ROOT) CXXFLAGS.g += -DDEAL_II_USE_MT