From fbdf6bc69fb5f9e3ef65dba9a9761393189f1c38 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Mon, 18 Jul 2011 14:32:39 +0200 Subject: build cppunit also with STL debug when STL debug is enabled http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html --- cppunit/makefile.mk | 4 ++++ 1 file changed, 4 insertions(+) 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)"!="" -- cgit v1.2.3