Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nsteel
on Jan 24, 2024
|
parent
|
context
|
favorite
| on:
Making Rust binaries smaller by default
Sorry if this is dumb but if the idea is stripping debug stuff, why would a parser for translating return addresses into file names and line numbers be useful?
EDIT: oh, ok, so I guess it's because strip is "debuginfo" here, rather than "true".
kobzol
on Jan 24, 2024
[–]
There is some work underway to enable removing the backtrace generation/parsing from Rust binaries. It's hardcoded for now though.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
EDIT: oh, ok, so I guess it's because strip is "debuginfo" here, rather than "true".