]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #88137 - joshtriplett:osx-strip-symbols-no-option, r=michaelwoerister
authorJubilee <46493976+workingjubilee@users.noreply.github.com>
Fri, 8 Oct 2021 03:26:10 +0000 (20:26 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Oct 2021 03:26:10 +0000 (20:26 -0700)
commitcbb561fdab663993e483479db3be612771746b26
treea38f6330c7b0ec57fa7b55aab039f4991a7b6c9f
parent6c2d4bf3f7df75c60b6d81e9206a58aa30b0f8aa
parentff697c613c2fa52819a045fb82b7cb3daa45c1f6
Rollup merge of #88137 - joshtriplett:osx-strip-symbols-no-option, r=michaelwoerister

On macOS, make strip="symbols" not pass any options to strip

This makes the output with `strip="symbols"` match the result of just
calling `strip` on the output binary, minimizing the size of the binary.
compiler/rustc_codegen_ssa/src/back/link.rs