Opened 11 years ago
Last modified 10 years ago
#9887 assigned enhancement
GCC compressed debug sections
Reported by: | AmineKhaldi | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Hi,
The GCC toolchain has this compressed debug sections support, by passing --compress-debug-sections to the assembler (-Wa,--compress-debug-sections via the driver). It reduces the size of the build folder, which has many obvious benefits.
I just thought to mention it to you guys as we're leveraging it in ReactOS.
Cheers, Amine.
Change History (2)
comment:1 by , 11 years ago
Component: | Build System → Applications/Debugger |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Version: | R1/alpha4.1 → R1/Development |
comment:2 by , 10 years ago
Milestone: | R1 → Unscheduled |
---|
Moving Debugger related tickets out of R1 milestone (Prop #14).
Note:
See TracTickets
for help on using tickets.
Thanks for the heads-up. I'm not sure, if this feature will be that interesting for us, since with the migration to package management the complete executable will be compressed anyway. So it would really only affect the disk space needed during building. ATM we don't build anything with debug info by default, though that will likely change.
Anyway first of all support in Debugger would be needed.