Community
Participate
Working Groups
these options has minimal or no affect on performance while providing minimal debug information. This minimal debug information is useful for stack backtraces. Please add these flags for all TI targets (both ELF and COFF). Please add for whole_program and release profiles. The debug and whole_program_debug already have debug info.
We have '--optimize_with_debug' added only to the link options that are passed to the optimizer when doing an alchemy link. We do not add that option to a normal compilation command line. So, is this a request to add '--optimize_with_debug' everywhere?
We need to add --optimize_with_debug to the compile line of every release/whole_program profile of every TI target that supports this option.
In xdctargets-d18, all TI targets add "-g --optimize_with_debug" to their compiler command lines in 'release' and 'whole_program' profiles.
closing "ancient" resolved bugs