Kaydet (Commit) 2588c768 authored tarafından Luboš Luňák's avatar Luboš Luňák

build cppunit also with STL debug when STL debug is enabled

http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html
üst 7efa9cb2
...@@ -117,6 +117,10 @@ OUT2LIB = ooo-install/lib/libcppunit.dll.a ...@@ -117,6 +117,10 @@ OUT2LIB = ooo-install/lib/libcppunit.dll.a
MY_LIBS = -lm MY_LIBS = -lm
.END .END
.IF "$(ENABLE_DEBUG_STL)" == "TRUE"
EXTRA_CFLAGS += -D_GLIBCXX_DEBUG
.ENDIF
CONFIGURE_ACTION = ./configure CONFIGURE_ACTION = ./configure
.IF "$(debug)"!="" .IF "$(debug)"!=""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment