]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a long-standing problem: how to suppress these 1000s of warnings
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Nov 1999 15:58:36 +0000 (15:58 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Nov 1999 15:58:36 +0000 (15:58 +0000)
when compiling ACE?

git-svn-id: https://svn.dealii.org/trunk@1936 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.global_options

index acc16a4bfb174c3fc9301ffb9a5fe10002787bcd..c5473376a740751153d6abe76e7c9655c90e7b0f 100644 (file)
@@ -25,12 +25,14 @@ CXXFLAGS.o= -O2 -Wuninitialized -ffast-math \
            -fno-vtable-thunks -ftemplate-depth-32 \
             $(INCLUDE)
 
+
+
 # DEAL_II_USE_MT=true
 
 ifeq ($(DEAL_II_USE_MT),true)
   INCLUDE    += -I $(ACE_ROOT)
-  CXXFLAGS.g += -DDEAL_II_USE_MT
-  CXXFLAGS.o += -DDEAL_II_USE_MT
+  CXXFLAGS.g += -DDEAL_II_USE_MT -threads
+  CXXFLAGS.o += -DDEAL_II_USE_MT -threads
 
   user-libs  += $(ACE_ROOT)/ace/libACE.so
 endif

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.