When WITH_CTF is set, we run ctfconvert on each object file after it's created, and ctfmerge on object files when linking. There's no point in doing this if there's no debug info, though. This change just sets DEBUG_FLAGS+=-g when WITH_CTF=YES. Additionally, I removed some superfluous checks in bsd.prog.mk and bsd.lib.mk.
Details
Details
Ran a "make tinderbox" with WITH_CTF=YES, no failures.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage