forked from amazingfate/loongoffice
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
This commit is contained in:
@ -38,18 +38,12 @@ else
|
||||
|
||||
cppunit_CXXFLAGS=$(CXXFLAGS)
|
||||
|
||||
ifneq (,$(filter ANDROID DRAGONFLY FREEBSD IOS LINUX MACOSX NETBSD OPENBSD,$(OS)))
|
||||
ifneq (,$(filter ANDROID DRAGONFLY FREEBSD IOS LINUX NETBSD OPENBSD,$(OS)))
|
||||
ifneq (,$(gb_ENABLE_DBGUTIL))
|
||||
cppunit_CXXFLAGS+=-D_GLIBCXX_DEBUG
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(OS),MACOSX)
|
||||
ifneq (,$(gb_ENABLE_DBGUTIL))
|
||||
cppunit_CXXFLAGS+=-D_GLIBCXX_FULLY_DYNAMIC_STRING
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(OS)-$(COM),WNT-GCC)
|
||||
cppunit_CXXFLAGS+=-mthreads
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user