]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around a well-known bug within egcs1.1.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Mar 1999 19:48:57 +0000 (19:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Mar 1999 19:48:57 +0000 (19:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@1018 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Make.global_options
deal.II/deal.II/Todo

index 17ffc1f5347f96f1163c38f0d461ca538057759e..de6c85759749813cacc1444233711360f6af4924 100644 (file)
@@ -15,9 +15,11 @@ INCLUDE   = -I$D/deal.II/include -I$D/lac/include \
             -I$D/base/include
 CXXFLAGS.g= -ansi -DDEBUG -ggdb -Wall -W -pedantic -Wconversion \
             -Winline -Woverloaded-virtual -fno-builtin\
+           -fno-vtable-thunks \
             $(INCLUDE)
 CXXFLAGS  =-O2 -Wuninitialized -ffast-math \
            -felide-constructors -fnonnull-objects \
+          -fno-vtable-thunks \
            $(INCLUDE)
 
 
index b22f196248d563dad1a06855b358e061bf41997d..084978b824215b39b2b579e5615be2470696fa14 100644 (file)
@@ -179,3 +179,6 @@ Change the vector<int> in 'void DoFQuadAccessor::get_dof_indices(
 
 Remove that pseudo-template clutter in the lower parts of
         dof_accessor.cc marked by comments.
+
+
+Remove the flag -fno-vtable-thunks if egcs's bug is removed someday.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.