Disabled "expensive checks" in debug mode, TriangleSelector

This commit is contained in:
Vojtech Bubnik 2021-08-20 16:46:38 +02:00
parent 2a7f204859
commit 9a54c21c19

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 {