Commit b7577174 authored by danno@chromium.org's avatar danno@chromium.org

Fix release build failures due to --enable-slow-asserts

R=yangguo@chromium.org

Review URL: https://codereview.chromium.org/43943002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17393 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 7339d45a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment