Add missing aliases for --strip-debug: -g, -S, -d.
https://sourceware.org/binutils/docs/binutils/strip.html
Test plan: make check-all
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. I do question the idea that -g removes debug information, since everywhere else it adds it, but since that's what the GNU tool does, we should probably follow it.