Commit 0da9a289 authored by jochen@chromium.org's avatar jochen@chromium.org

Never define 'DEBUG' for non-v8 code

R=jkummerow@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16012 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 40dff506
...@@ -120,6 +120,9 @@ ...@@ -120,6 +120,9 @@
}, },
'target_conditions': [ 'target_conditions': [
['v8_code == 0', { ['v8_code == 0', {
'defines!': [
'DEBUG',
],
'conditions': [ 'conditions': [
['os_posix == 1 and OS != "mac"', { ['os_posix == 1 and OS != "mac"', {
'cflags!': [ 'cflags!': [
...@@ -132,9 +135,6 @@ ...@@ -132,9 +135,6 @@
}, },
}], }],
['OS == "win"', { ['OS == "win"', {
'defines!': [
'DEBUG',
],
'msvs_settings': { 'msvs_settings': {
'VCCLCompilerTool': { 'VCCLCompilerTool': {
'WarnAsError': 'false', 'WarnAsError': 'false',
......
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