Actions
Bug #2418
closed(some) DWARF sections are escaping
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2012-03-16
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Looking at recently builds, on both platforms, I've noticed that we're getting certain .debug_* sections in certain output binaries (/usr/ucb/tset is a good example).
This is confusing for a couple of reasons, firstly because Studio should be using stabs, so these are binaries to which -xdebugformat=stabs is not being passed (that is, binaries which don't use CTF, probably) and secondly that we should be stripping this stuff (and, until recently, were doing so).
Updated by Rich Lowe over 10 years ago
- Status changed from New to Rejected
A combination of crappy circumstance left me with accidentally debug builds. We only 'install -s' when -nd
Actions