From: wolf Date: Tue, 10 Aug 1999 15:40:25 +0000 (+0000) Subject: Fix unwanted check-in. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f1e20140845fe7389274291cf1104ff3c996ad5;p=dealii-svn.git Fix unwanted check-in. git-svn-id: https://svn.dealii.org/trunk@1669 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)