Reviewers: Michael Achenbach,
Description:
Also ignore NDEBUG for chromium code
BUG=none
[email protected]
LOG=n
Please review this at https://codereview.chromium.org/792513002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+2, -2 lines):
M src/v8.h
Index: src/v8.h
diff --git a/src/v8.h b/src/v8.h
index
6b7c94ecd8f24c9d7e32c2b98c346c8842b76d8d..4267434e4b6284abb9d03915d7b4ab842f71067f
100644
--- a/src/v8.h
+++ b/src/v8.h
@@ -9,8 +9,8 @@
#ifndef V8_V8_H_
#define V8_V8_H_
-#if defined(GOOGLE3)
-// Google3 special flag handling.
+#if defined(GOOGLE3) || defined(DCHECK_ALWAYS_ON)
+// Google3 and Chromium special flag handling.
#if defined(DEBUG) && defined(NDEBUG)
// V8 only uses DEBUG and whenever it is set we are building a debug
// version of V8. We do not use NDEBUG and simply undef it here for
--
--
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.