Commit 6353ff20 authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

Fix Mac build after r24676.

BUG=v8:3638
LOG=n
R=dcarney@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24679 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent fe6656fb
......@@ -136,8 +136,13 @@
'configurations': {
'DebugBaseCommon': {
'cflags': [ '-g', '-O0' ],
'defines': [
'_GLIBCXX_DEBUG'
'conditions': [
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="netbsd" or \
OS=="qnx"', {
'defines': [
'_GLIBCXX_DEBUG'
],
}],
],
},
'Optdebug': {
......
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