]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add __USE_MALLOC to options in case of MT mode.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Dec 1999 16:05:07 +0000 (16:05 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Dec 1999 16:05:07 +0000 (16:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@2024 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.global_options

index 97a2ff1b74b52c95b3f8c2da3ee0c567dcf09395..c7e82e1cd998caf156370da71a425ebc5ea0182b 100644 (file)
@@ -31,8 +31,8 @@ CXXFLAGS.o= -O2 -Wuninitialized -ffast-math \
 
 ifeq ($(DEAL_II_USE_MT),true)
   INCLUDE    += -I$(ACE_ROOT)
-  CXXFLAGS.g += -DDEAL_II_USE_MT -threads
-  CXXFLAGS.o += -DDEAL_II_USE_MT -threads
+  CXXFLAGS.g += -DDEAL_II_USE_MT -threads -D__USE_MALLOC
+  CXXFLAGS.o += -DDEAL_II_USE_MT -threads -D__USE_MALLOC
 
   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.