diff options
Diffstat (limited to 'src/display/curve.cpp')
| -rw-r--r-- | src/display/curve.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/curve.cpp b/src/display/curve.cpp index d3322ea83..1f1bd1147 100644 --- a/src/display/curve.cpp +++ b/src/display/curve.cpp @@ -37,7 +37,7 @@ static unsigned sp_bpath_length(NArtBpath const bpath[]); static bool sp_bpath_closed(NArtBpath const bpath[]); -// #define NO_CHECKS // define this to disable the warnings about unequal paths in SPCurve +#define NO_CHECKS // define this to disable the checking for unequal paths in SPCurve, improves performance by a lot! static void debug_out( char const * text, Geom::PathVector const & pathv) { #ifndef NO_CHECKS |
