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
This commit is contained in:
parent
7339d45a9f
commit
b7577174b3
@ -696,7 +696,7 @@ DEFINE_bool(stress_compaction, false,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// checks.cc
|
// checks.cc
|
||||||
#ifndef OPTIMIZED_DEBUG
|
#ifdef ENABLE_SLOW_ASSERTS
|
||||||
DEFINE_bool(enable_slow_asserts, false,
|
DEFINE_bool(enable_slow_asserts, false,
|
||||||
"enable asserts that are slow to execute")
|
"enable asserts that are slow to execute")
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user