Ticket #169 (accepted defect)

Opened 20 months ago

Last modified 19 months ago

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

Changed 20 months ago by jfournier

  • status changed from new to accepted

Changed 20 months ago by jfournier

  • component changed from System to Build Environment

Changed 19 months ago by marioa

  • priority changed from major to minor

Add/Change #169 (Debug flags)

Author



Action
as accepted
Note: See TracTickets for help on using tickets.