[Libreoffice-commits] .: libxml2/makefile.mk
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Tue Dec 7 13:00:33 PST 2010
libxml2/makefile.mk | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 4e5b03e4ed4596782f674326eb41bb2feac693bc
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Tue Dec 7 21:59:24 2010 +0100
Actually build internal libxml2 with debug symbols in debug builds
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 0c69c36..c54d00e 100644
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -106,6 +106,9 @@ CONFIGURE_FLAGS=--enable-ipv6=no --without-python --without-zlib --enable-shared
BUILD_ACTION=$(GNUMAKE)
BUILD_FLAGS+= -j$(EXTMAXPROCESS)
BUILD_DIR=$(CONFIGURE_DIR)
+.IF "$(debug)"!=""
+CONFIGURE_FLAGS+=--with-mem-debug --with-run-debug
+.ENDIF
.ENDIF
More information about the Libreoffice-commits
mailing list