mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 03:31:17 -06:00
Disabled "expensive checks" in debug mode, TriangleSelector
This commit is contained in:
parent
2a7f204859
commit
9a54c21c19
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
#include <boost/container/small_vector.hpp>
|
#include <boost/container/small_vector.hpp>
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
#define EXPENSIVE_DEBUG_CHECKS
|
// #define EXPENSIVE_DEBUG_CHECKS
|
||||||
#endif // NDEBUG
|
#endif // NDEBUG
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue