Use -D_GLIBCXX_FULLY_DYNAMIC_STRING here, too, when needed
See d98c6b21420b30ae8419c3d4225bf2ce293ee39a for details. Change-Id: I3faa87bae5a943ea60399a939742cffbbfeb5e37
This commit is contained in:
parent
84aea518f0
commit
b1e023ab7f
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ liborcus_CPPFLAGS+=-D_GLIBCXX_DEBUG
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(OS),MACOSX)
|
||||
ifneq (,$(gb_ENABLE_DBGUTIL))
|
||||
liborcus_CPPFLAGS+=-D_GLIBCXX_FULLY_DYNAMIC_STRING
|
||||
endif
|
||||
endif
|
||||
|
||||
liborcus_CXXFLAGS=$(CXXFLAGS)
|
||||
ifeq ($(COM),MSC)
|
||||
liborcus_CXXFLAGS+=$(BOOST_CXXFLAGS)
|
||||
|
|
Loading…
Reference in a new issue