Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ostrip to strip object files #874

Open
ghost opened this issue Jul 9, 2023 · 3 comments
Open

Create ostrip to strip object files #874

ghost opened this issue Jul 9, 2023 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 9, 2023

strip is part of GNU binutils. LLVM also provides llvm-strip.

@LADSoft
Copy link
Owner

LADSoft commented Jul 10, 2023

ok so there isn't one right now but I don't see this as a big deal either... but im getting lots of stuff piled up 😄

@GitMensch
Copy link
Contributor

I suggest to change the title to something like "implement new ostrip binary" or similar, with some outline which options it will likely have. the option list of strip is quite extensive, I'm not sure what ostrip may support (only "drop debugging symbols"?).

@LADSoft LADSoft changed the title What is the equivalent to strip? Create ostrip Aug 27, 2023
@LADSoft LADSoft changed the title Create ostrip Create ostrip to strip object files Aug 27, 2023
@LADSoft
Copy link
Owner

LADSoft commented Aug 27, 2023

so we will likely be able to strip debug symbols, public names, entire sections, and relocations. I will try to keep the same options as strip when we do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants