Opened 11 years ago
Last modified 11 years ago
#324 new enhancement
emxomfstrip: strip like tool for LX
| Reported by: | bird | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | new |
| Component: | emx | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Would be nice to have a tool for stripping LX files. LxLite apparently has trouble with really large files as it loads them into memory, it also does a lot more than just stripping debug info.
One requirement beyond the normal unix strip command is that we'd like to be able to write the debug info to a separate file. This will be realized using a custom '-D <filename>' option.
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Summary: | emxomfstrip: strip like too for LX → emxomfstrip: strip like tool for LX |
|---|
Note:
See TracTickets
for help on using tickets.

Basic working version as of r3940 (r3939, r3938).