#1116: HeuristicOverlay debugging code enabled in release ------------------------+-------------------------- Reporter: dbaston | Owner: geos-devel@… Type: defect | Status: new Priority: major | Milestone: 3.9.2 Component: Default | Version: 3.9.0 Severity: Unassigned | Keywords: ------------------------+-------------------------- The file sets
``` #define GEOS_DEBUG_HEURISTICOVERLAY 0 #define GEOS_DEBUG_HEURISTICOVERLAY_PRINT_INVALID 0 ``` but later guards debugging code with ``` #ifdef GEOS_DEBUG_HEURISTICOVERLAY ``` which is true. -- Ticket URL: <https://trac.osgeo.org/geos/ticket/1116> GEOS <http://trac.osgeo.org/geos> GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
_______________________________________________ geos-devel mailing list geos-devel@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/geos-devel