disable verify from last commit (too slow)

This commit is contained in:
Campbell Barton 2015-04-19 16:06:40 +10:00
parent d09a9a9597
commit eb4fb4f4fe
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
* Ensure we don't have dirty tags for the edge queue, and that they are left cleared.
* (slow, even for debug mode, so leave disabled for now).
*/
#if defined(USE_EDGEQUEUE_TAG)
#if defined(USE_EDGEQUEUE_TAG) && 0
# if !defined(NDEBUG)
# define USE_EDGEQUEUE_TAG_VERIFY
# endif