Opened 7 years ago
Closed 7 years ago
#3972 closed patch (fixed)
Disable asserts in non-debug builds
Reported by: | komzpa | Owned by: | komzpa |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
It's common practice to ship code with asserts disabled leaving them only for development. This squeezes out some more performance (in KMeans and GeometricMedian particularly).
Expected runtime errors should be done via checks, error reporting and other mechanisms anyway.
Note:
See TracTickets
for help on using tickets.
In 16223: