[Libreoffice-commits] core.git: solenv/gbuild

Tor Lillqvist tml at iki.fi
Thu Apr 18 03:38:17 PDT 2013


 solenv/gbuild/platform/IOS_ARM_GCC.mk |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit e5fb76a402c97d6e69abded8e640676724466d66
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Apr 18 13:30:58 2013 +0300

    Revert "Use -D_GLIBCXX_DEBUG here, too, in a dbgutil build"
    
    It is broken in the same way on iOS as on OS X, they use the same libstdc++.
    
    This reverts commit ca3392e833ef932664e236eafddeff874eb95d70.

diff --git a/solenv/gbuild/platform/IOS_ARM_GCC.mk b/solenv/gbuild/platform/IOS_ARM_GCC.mk
index 555fb78..78ba92d 100644
--- a/solenv/gbuild/platform/IOS_ARM_GCC.mk
+++ b/solenv/gbuild/platform/IOS_ARM_GCC.mk
@@ -75,13 +75,6 @@ gb_OBJCFLAGS := -x objective-c $(gb_OBJC_OBJCXX_COMMON_FLAGS)
 gb_COMPILERDEFS += \
 		-DBOOST_DETAIL_NO_CONTAINER_FWD
 
-# enable debug STL
-ifeq ($(gb_ENABLE_DBGUTIL),$(true))
-gb_COMPILERDEFS += \
-	-D_GLIBCXX_DEBUG \
-
-endif
-
 gb_LinkTarget_LDFLAGS := $(SOLARLIB) \
 #man ld says: obsolete	-Wl,-multiply_defined,suppress \
 


More information about the Libreoffice-commits mailing list