Revision: 16012
Author: [email protected]
Date: Thu Aug 1 12:20:01 2013
Log: Never define 'DEBUG' for non-v8 code
[email protected]
Review URL: https://codereview.chromium.org/20831003
http://code.google.com/p/v8/source/detail?r=16012
Modified:
/branches/bleeding_edge/build/standalone.gypi
=======================================
--- /branches/bleeding_edge/build/standalone.gypi Wed Jul 10 04:15:16 2013
+++ /branches/bleeding_edge/build/standalone.gypi Thu Aug 1 12:20:01 2013
@@ -120,6 +120,9 @@
},
'target_conditions': [
['v8_code == 0', {
+ 'defines!': [
+ 'DEBUG',
+ ],
'conditions': [
['os_posix == 1 and OS != "mac"', {
'cflags!': [
@@ -132,9 +135,6 @@
},
}],
['OS == "win"', {
- 'defines!': [
- 'DEBUG',
- ],
'msvs_settings': {
'VCCLCompilerTool': {
'WarnAsError': 'false',
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.