diff options
author | David Tardon <dtardon@redhat.com> | 2011-02-02 10:44:29 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-02-02 10:44:29 +0100 |
commit | bcfc829889c8e763c890765ec1b67a95d88b2987 (patch) | |
tree | e56ea430f3c28e97be87794a078ae61e531ad434 /solenv/inc/unxgcc.mk | |
parent | 96747818879a66ed49e4c23868259d14d0e36088 (diff) |
Revert "use debug version of libstdc++ in debug builds"
This reverts commit 3d01d7d631a33670db50c7553bfcb7a670065dc3.
Diffstat (limited to 'solenv/inc/unxgcc.mk')
-rw-r--r-- | solenv/inc/unxgcc.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/solenv/inc/unxgcc.mk b/solenv/inc/unxgcc.mk index c0900245a694..13fef31997d0 100644 --- a/solenv/inc/unxgcc.mk +++ b/solenv/inc/unxgcc.mk @@ -257,11 +257,6 @@ LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) .ENDIF .ENDIF # "$(USE_STLP_DEBUG)" != "" -.IF "$(USE_SYSTEM_STL)" == "YES" && "$(DBG_LEVEL)" >= "1" -# turn on debugging version of libstdc++ -CDEFS += -D_GLIBCXX_DEBUG -.ENDIF - #FILLUPARC=$(STATIC) -lsupc++ $(DYNAMIC) # name of library manager |