Opened 13 years ago

Closed 13 years ago

#395 closed enhancement (fixed)

Enable libstdc++ debug mode

Reported by: mloskot Owned by: mloskot
Priority: major Milestone: 3.3.0
Component: Build/Install Version: main
Severity: Significant Keywords:
Cc:

Description (last modified by mloskot)

This is an idea to enable libstdc++ debug mode while building with GCC.

This debug mode is a helpful testing tool as it enables safe or checked iterators as well as generates checks for algorithms preconditions in the C++ Standard Library.

Similar feature is provided by Visual C++ when building GEOS in Debug configuration.

Change History (2)

comment:1 by mloskot, 13 years ago

Description: modified (diff)
Owner: changed from pramsey to mloskot
Status: newassigned

comment:2 by mloskot, 13 years ago

Description: modified (diff)
Resolution: fixed
Status: assignedclosed

Added to trunk r3215

Note: See TracTickets for help on using tickets.