Kaydet (Commit) d4324078 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No _GLIBCXX_DEBUG for iOS here, either

Change-Id: Ib21df33799f8a2ef552d8ecdf7f6fa9b82e1a178
üst 29bfb507
...@@ -57,7 +57,7 @@ endif ...@@ -57,7 +57,7 @@ endif
# library (glibc), the NDK does offer the GNU C++ library as one of # library (glibc), the NDK does offer the GNU C++ library as one of
# the C++ libraries available, and we use it. # the C++ libraries available, and we use it.
# #
ifneq (,$(filter ANDROID DRAGONFLY FREEBSD IOS LINUX NETBSD OPENBSD,$(OS))) ifneq (,$(filter ANDROID DRAGONFLY FREEBSD LINUX NETBSD OPENBSD,$(OS)))
ifneq (,$(gb_ENABLE_DBGUTIL)) ifneq (,$(gb_ENABLE_DBGUTIL))
liborcus_CPPFLAGS+=-D_GLIBCXX_DEBUG liborcus_CPPFLAGS+=-D_GLIBCXX_DEBUG
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment