summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-18 08:38:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-18 08:38:06 +0200
commitdfebe3fc512939395e8ece9cab85eb1c2cb04783 (patch)
tree2eac330ac4239ca2bc5916e2df5107313a08f0e0 /solenv
parentUpdated core (diff)
downloadcore-dfebe3fc512939395e8ece9cab85eb1c2cb04783.tar.gz
core-dfebe3fc512939395e8ece9cab85eb1c2cb04783.zip
Revert _GLIBCXX_DEBUG on Mac OS X again
It does not work, see <http://lists.freedesktop.org/archives/libreoffice/2013-April/050321.html> "Re: [ANN] --enable-dbgutil: everyone gets a Debug STL!" Change-Id: I0b0c0faa03a1a03095b70454d38a1a193b42d56a
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/macosx.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk
index efb0f052d9a3..011aaaeec407 100644
--- a/solenv/gbuild/platform/macosx.mk
+++ b/solenv/gbuild/platform/macosx.mk
@@ -77,18 +77,6 @@ gb_COMPILERDEFS += \
endif
-# Enable debug libstdc++
-ifeq ($(gb_ENABLE_DBGUTIL),$(true))
-gb_COMPILERDEFS += \
- -D_GLIBCXX_DEBUG \
-
-# See http://lists.apple.com/archives/cocoa-dev/2009/Sep/msg01199.html ,
-# http://stackoverflow.com/questions/2234557/c-using-getline-prints-pointer-being-freed-was-not-allocated-in-xcode
-gb_COMPILERDEFS += \
- -D_GLIBCXX_FULLY_DYNAMIC_STRING \
-
-endif
-
ifeq ($(HAVE_GCC_NO_LONG_DOUBLE),TRUE)
gb_CXXFLAGS += -Wno-long-double
endif