From 7f1e20140845fe7389274291cf1104ff3c996ad5 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 10 Aug 1999 15:40:25 +0000 Subject: [PATCH] Fix unwanted check-in. git-svn-id: https://svn.dealii.org/trunk@1669 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/common/Make.global_options b/deal.II/common/Make.global_options index 8921397513..88d519046a 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 -pg\ + -fno-vtable-thunks -ftemplate-depth-32\ $(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) -- 2.39.5