From: wolf Date: Fri, 5 Nov 1999 08:22:40 +0000 (+0000) Subject: Revert Guido's change. Will discuss the problem and hopefully find a X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8ce0da7a3ef54720f4899ab6d4006f224a1a73;p=dealii-svn.git Revert Guido's change. Will discuss the problem and hopefully find a solution soon. git-svn-id: https://svn.dealii.org/trunk@1835 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options b/deal.II/common/Make.global_options index 4618585f81..d73b982d94 100644 --- a/deal.II/common/Make.global_options +++ b/deal.II/common/Make.global_options @@ -18,11 +18,11 @@ INCLUDE = -I$D/deal.II/include -I$D/lac/include \ -I$D/base/include CXXFLAGS.g= -DDEBUG -ggdb -Wall -W -Wconversion \ -Winline -Woverloaded-virtual\ - -ftemplate-depth-32\ + -fno-vtable-thunks -ftemplate-depth-32\ $(INCLUDE) CXXFLAGS.o= -O2 -Wuninitialized -ffast-math \ -felide-constructors -fnonnull-objects \ - -ftemplate-depth-32 \ + -fno-vtable-thunks -ftemplate-depth-32 \ $(INCLUDE) # DEAL_II_USE_MT=true