Reviewers: machenbach_chromium.rg,

Description:
Really enable DEBUG code on android unless full debug is specified

[email protected]
LOG=n
BUG=none

Please review this at https://codereview.chromium.org/786203003/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -0 lines):
  M build/toolchain.gypi


Index: build/toolchain.gypi
diff --git a/build/toolchain.gypi b/build/toolchain.gypi
index 08fd248170b21d5e1e13422f14852ee2c0ab1dd1..ac10065601a0c1e426e69a2fcde7307cc8b9648c 100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -1042,6 +1042,7 @@
# TODO(2304): pass DISABLE_DEBUG_ASSERT instead of hiding DEBUG.
                 'defines!': [
                   'DEBUG',
+                  'ENABLE_SLOW_DCHECKS',
                 ],
               }],
             ],


--
--
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/d/optout.

Reply via email to