Revision: 17393
Author:   [email protected]
Date:     Fri Oct 25 11:25:27 2013 UTC
Log:      Fix release build failures due to --enable-slow-asserts

[email protected]

Review URL: https://codereview.chromium.org/43943002
http://code.google.com/p/v8/source/detail?r=17393

Modified:
 /branches/bleeding_edge/src/flag-definitions.h

=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Fri Oct 25 11:10:28 2013 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Fri Oct 25 11:25:27 2013 UTC
@@ -696,7 +696,7 @@
 #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.

Reply via email to