Reviewers: Yang,
Message:
PTAL
Description:
Fix release build failures due to --enable-slow-asserts
[email protected]
Please review this at https://codereview.chromium.org/43943002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M src/flag-definitions.h
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index
33d7ebb89e8a9176ce3d37526ea4deeae21d443b..865413e70d0fe6d1db7cad64a46bc877c9079112
100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -696,7 +696,7 @@ DEFINE_bool(stress_compaction, false,
#endif
// checks.cc
-#ifndef OPTIMIZED_DEBUG
+#ifdef ENABLE_SLOW_ASSERTS
DEFINE_bool(enable_slow_asserts, false,
"enable asserts that are slow to execute")
#endif
--
--
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.