From 42e644f25a0c35c8e184a39c68b8638f7516d860 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 15 Jun 2016 02:57:08 -0400 Subject: [PATCH] Remove _GLIBCXX_CONCEPT_CHECKS for debug builds. Its part of GCC courtesy of Boost, its broken and its unmaintained --- GNUmakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 0f56b804..9dfa8f4a 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -301,9 +301,6 @@ ifneq ($(USING_GLIBCXX),0) ifeq ($(findstring -D_GLIBCXX_DEBUG,$(CXXFLAGS)),) CXXFLAGS += -D_GLIBCXX_DEBUG endif # CXXFLAGS -ifeq ($(findstring -D_GLIBCXX_CONCEPT_CHECKS,$(CXXFLAGS)),) -CXXFLAGS += -D_GLIBCXX_CONCEPT_CHECKS -endif # CXXFLAGS endif # USING_GLIBCXX endif # GNU Debug build