Skip to content

Commit

Permalink
Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoe…
Browse files Browse the repository at this point in the history
…rister

Ignore `-C strip` on MSVC

tl;dr - Define `-Cstrip` to only ever affect the binary; no other build artifacts.

This is necessary to improve cross-platform behavior consistency: if someone wanted debug information to be contained only in separate files on all platforms, they would set `-Cstrip=symbols` and `-Csplit-debuginfo=packed`, but this would result in no PDB files on MSVC.

Resolves #114215
  • Loading branch information
bors committed Apr 22, 2024
2 parents 562b9ca + 3504606 commit 6b061f4
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 6b061f4

Please sign in to comment.