os-rust/tests/run-make/strip
Noratrieb 70246e6fb9
Pass objcopy args for stripping on OSX
When `-Cstrip` was changed to use the bundled rust-objcopy instead of
/usr/bin/strip on OSX, strip-like arguments were preserved.

But strip and objcopy are, while being the same binary, different, they
have different defaults depending on which binary they are.
Notably, strip strips everything by default, and objcopy doesn't strip
anything by default.

Additionally, `-S` actually means `--strip-all`, so debuginfo stripped
everything and symbols didn't strip anything.

We now correctly pass `--strip-debug` and `--strip-all`.
2025-01-06 17:06:45 +01:00
..
hello.rs Pass objcopy args for stripping on OSX 2025-01-06 17:06:45 +01:00
rmake.rs Pass objcopy args for stripping on OSX 2025-01-06 17:06:45 +01:00