Commit c987974d authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Enable libstdc++ debug mode in debug builds.

See https://gcc.gnu.org/onlinedocs/libstdc++/manual/debug_mode.html for
details about the debug mode.

BUG=v8:3638
LOG=y
R=jochen@chromium.org

Review URL: https://codereview.chromium.org/648293007

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24676 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5c3831b4
......@@ -136,6 +136,9 @@
'configurations': {
'DebugBaseCommon': {
'cflags': [ '-g', '-O0' ],
'defines': [
'_GLIBCXX_DEBUG'
],
},
'Optdebug': {
'inherit_from': [ 'DebugBaseCommon', 'DebugBase2' ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment