Opened 12 years ago
Closed 12 years ago
#2194 closed defect (wontfix)
[raster] remove or find alternative solution to C assert checks
Reported by: | Bborie Park | Owned by: | Bborie Park |
---|---|---|---|
Priority: | critical | Milestone: | PostGIS 2.1.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
C asserts should not be present unless debug is on. For production builds, there should be correct checks instead.
Change History (2)
comment:1 by , 12 years ago
Status: | new → assigned |
---|
comment:2 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Closing as asserts should be present in rt_core (the "library"). But it may be worth setting NDEBUG when debug is not on.