summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-06-12 17:37:11 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-18 17:20:10 +0200
commit510737a54ad921ec6d873d1fcda20fae28d99a16 (patch)
treee5789ae70f88f2c2d4c5b0dcfd9666ad01115893 /set_soenv.in
parenta908085492d515edda9c25b041c4c2fc8734bc70 (diff)
enable libstdc++'s debug mode with --enable-debug
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 35f6feaa571e..881d14f42b85 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1516,6 +1516,7 @@ ToFile( "NO_BSYMBOLIC", $NO_BSYMBOLIC, "e" );
if ("@ENABLE_DEBUG@" eq "TRUE") {
ToFile( "debug", "true", "e" );
}
+ToFile( "ENABLE_DEBUG_STL", "@ENABLE_DEBUG_STL@", "e" );
if ("@ENABLE_WERROR@" eq "FALSE") {
ToFile( "EXTERNAL_WARNINGS_NOT_ERRORS", "TRUE", "e" );
}