Remove _GLIBCXX_CONCEPT_CHECKS for debug builds. Its part of GCC courtesy of Boost, its broken and its unmaintained
parent
7e3ac44721
commit
42e644f25a
|
|
@ -301,9 +301,6 @@ ifneq ($(USING_GLIBCXX),0)
|
||||||
ifeq ($(findstring -D_GLIBCXX_DEBUG,$(CXXFLAGS)),)
|
ifeq ($(findstring -D_GLIBCXX_DEBUG,$(CXXFLAGS)),)
|
||||||
CXXFLAGS += -D_GLIBCXX_DEBUG
|
CXXFLAGS += -D_GLIBCXX_DEBUG
|
||||||
endif # CXXFLAGS
|
endif # CXXFLAGS
|
||||||
ifeq ($(findstring -D_GLIBCXX_CONCEPT_CHECKS,$(CXXFLAGS)),)
|
|
||||||
CXXFLAGS += -D_GLIBCXX_CONCEPT_CHECKS
|
|
||||||
endif # CXXFLAGS
|
|
||||||
endif # USING_GLIBCXX
|
endif # USING_GLIBCXX
|
||||||
endif # GNU Debug build
|
endif # GNU Debug build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue