Ticket #169 (accepted defect)
Debug flags
| Reported by: | jfournier | Owned by: | jfournier |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Build Environment | Version: | Beta 1.0.9 |
| Keywords: | debug flag | Cc: | |
| patch waiting for maintainer: |
Description
The current debug flags are hardcoded in configure.ac. Move that as a flexible options.
#############################################
# Get input for debug/nondebug build
#############################################
#FIXME: At present enable debug is hard coded.
DEBUG_FLAG="-DNCS_DEBUG=1"
DEBUG_VAL="1"
#AC_ARG_ENABLE(debug, [—enable-debug Enable Debug level for compilation],
# [DEBUG_FLAG="-DNCS_DEBUG=1"
# DEBUG_VAL="1"],
# [DEBUG_FLAG="-DNDEBUG"
# DEBUG_VAL="0"])
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
