From 250dbfd9a3be6cf96d33b3c6c437d07808931abd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 8 Jul 1998 12:54:22 +0000 Subject: [PATCH] Remove profiling facility. git-svn-id: https://svn.dealii.org/trunk@439 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Make.global_options | 2 +- deal.II/lac/source/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/Make.global_options b/deal.II/deal.II/Make.global_options index d876fa9cf1..790a7f835c 100644 --- a/deal.II/deal.II/Make.global_options +++ b/deal.II/deal.II/Make.global_options @@ -11,7 +11,7 @@ CXXFLAGS.g= -DDEBUG -g -Wall -W -pedantic -Wconversion \ $(INCLUDE) -Ddeal_II_dimension=$(deal_II_dimension) CXXFLAGS =-O3 -Wuninitialized -finline-functions -ffast-math \ -funroll-loops -felide-constructors -fnonnull-objects \ - -pg -fno-rtti -fno-exceptions $(INCLUDE) \ + -fno-rtti -fno-exceptions $(INCLUDE) \ -Ddeal_II_dimension=$(deal_II_dimension) ifeq ($(shell uname),Linux) diff --git a/deal.II/lac/source/Makefile b/deal.II/lac/source/Makefile index 41ef4b8ea6..df62b74529 100644 --- a/deal.II/lac/source/Makefile +++ b/deal.II/lac/source/Makefile @@ -7,7 +7,7 @@ CXXFLAGS.g= -DDEBUG -g -Wall -W -pedantic -Wconversion \ $(INCLUDE) CXXFLAGS =-O3 -Wuninitialized -finline-functions -ffast-math \ -funroll-loops -felide-constructors -fnonnull-objects \ - -fno-rtti -fno-exceptions -pg $(INCLUDE) + -fno-rtti -fno-exceptions $(INCLUDE) ifeq ($(shell uname),Linux) CXX = /home/wolf/bin/gcc/bin/c++ -- 2.39.5