[Libreoffice-commits] .: cppunit/makefile.mk

Lubos Lunak llunak at kemper.freedesktop.org
Mon Jul 18 05:33:42 PDT 2011


 cppunit/makefile.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit fbdf6bc69fb5f9e3ef65dba9a9761393189f1c38
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Mon Jul 18 14:32:39 2011 +0200

    build cppunit also with STL debug when STL debug is enabled
    
    http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html

diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk
index 23d8603..f71ac55 100644
--- a/cppunit/makefile.mk
+++ b/cppunit/makefile.mk
@@ -117,6 +117,10 @@ OUT2LIB = ooo-install/lib/libcppunit.dll.a
 MY_LIBS = -lm
 .END
 
+.IF "$(ENABLE_DEBUG_STL)" == "TRUE"
+EXTRA_CFLAGS += -D_GLIBCXX_DEBUG
+.ENDIF
+
 CONFIGURE_ACTION = ./configure
 
 .IF "$(debug)"!=""


More information about the Libreoffice-commits mailing list