summaryrefslogtreecommitdiffstats
path: root/solenv/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-22 11:27:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-22 11:28:03 +0100
commitd1f6403c9ee3caf6b2e6babe5eb6b2ff62feaa9d (patch)
tree16be5479dc7b0f05c352ee312923e374370f4efe /solenv/inc
parentdon't let our fprintf on a broken pipe pollute errno's ECHILD with EPIPE (diff)
downloadcore-d1f6403c9ee3caf6b2e6babe5eb6b2ff62feaa9d.tar.gz
core-d1f6403c9ee3caf6b2e6babe5eb6b2ff62feaa9d.zip
ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without
Diffstat (limited to 'solenv/inc')
-rw-r--r--solenv/inc/unxgcc.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/inc/unxgcc.mk b/solenv/inc/unxgcc.mk
index 79d10d274fc0..752de80c7b36 100644
--- a/solenv/inc/unxgcc.mk
+++ b/solenv/inc/unxgcc.mk
@@ -90,9 +90,6 @@ CFLAGSCXX+=-fvisibility-inlines-hidden
.IF "$(HAVE_CXX0X)" == "TRUE"
CFLAGSCXX+=-std=c++0x -Wno-deprecated-declarations
.ENDIF # "$(HAVE_CXX0X)" == "TRUE"
-.IF "$(ENABLE_DEBUG_STL)" == "TRUE"
-CFLAGSCXX += -D_GLIBCXX_DEBUG
-.ENDIF
CFLAGS_CREATE_PCH=-x c++-header -I$(INCPCH) -DPRECOMPILED_HEADERS
CFLAGS_USE_PCH=-I$(SLO)$/pch -DPRECOMPILED_HEADERS -Winvalid-pch