Disabled "expensive checks" in debug mode, TriangleSelector

This commit is contained in:
Vojtech Bubnik
2021-08-20 16:46:38 +02:00
parent ef90d1b109
commit 9957a5b90f

View File

@@ -4,7 +4,7 @@
#include <boost/container/small_vector.hpp>
#ifndef NDEBUG
#define EXPENSIVE_DEBUG_CHECKS
// #define EXPENSIVE_DEBUG_CHECKS
#endif // NDEBUG
namespace Slic3r {