From: bmeurer@chromium.org Date: Mon, 20 Oct 2014 04:16:06 +0000 (+0000) Subject: Revert "Enable libstdc++ debug mode in debug builds.". X-Git-Tag: upstream/4.7.83~6270 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a58000d11e2b298a2e36ff0518dc41046b9b8015;p=platform%2Fupstream%2Fv8.git Revert "Enable libstdc++ debug mode in debug builds.". This reverts commit r24676 to see if it was the cause for the mysterious crashes on some bots. If not, we'll reland it. TBR=svenpanne@chromium.org Review URL: https://codereview.chromium.org/663013002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24715 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/build/standalone.gypi b/build/standalone.gypi index 247da79..aee7832 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -136,14 +136,6 @@ 'configurations': { 'DebugBaseCommon': { 'cflags': [ '-g', '-O0' ], - 'conditions': [ - ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd" or \ - OS=="qnx"', { - 'defines': [ - '_GLIBCXX_DEBUG' - ], - }], - ], }, 'Optdebug': { 'inherit_from': [ 'DebugBaseCommon', 'DebugBase2' ],