Opened 11 years ago
Last modified 10 years ago
#5882 new Feature Requests
Add <define>_GLIBCXX_DEBUG for <runtime-debugging>on in gcc.jam
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Right now runtime-debugging does zilch for GCC, which is pretty nonsensical. I'd like to see:
toolset.flags gcc.compile OPTIONS <runtime-debugging>on : <define>_GLIBCXX_DEBUG ;
Note:
See TracTickets
for help on using tickets.
It seems dup of #4589.