Opened 9 years ago
Closed 9 years ago
#1281 closed enhancement (fixed)
strip
Reported by: | Peter Baumann | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | minor | Milestone: | 10.0 |
Component: | build system | Version: | development |
Keywords: | Cc: | Alex Toader | |
Complexity: | Trivial |
Description
binaries generated should be stripped to reduce their footprint. Maybe a task for Bang?
Note:
See TracTickets
for help on using tickets.
I think it's better to not strip by default when compiling, as then for debugging I'd have to always —enable-debug, which is not ideal. RPM/DEB generation automatically runs strip though.