]> git.proxmox.com Git - cargo.git/commit
Auto merge of #10088 - joshtriplett:stabilize-strip, r=ehuss
authorbors <bors@rust-lang.org>
Tue, 4 Jan 2022 17:11:34 +0000 (17:11 +0000)
committerbors <bors@rust-lang.org>
Tue, 4 Jan 2022 17:11:34 +0000 (17:11 +0000)
commit3897749d2147965ea5cdd810bd8531f4d9730c16
tree592980186e9b4ceabc220a4743e49b87a8433acb
parent35e82eb45f10de09e2a4b8e5f15a1c9adbd34680
parentbd550639f7efb912215b619caced0f702797c01e
Auto merge of #10088 - joshtriplett:stabilize-strip, r=ehuss

Stabilize the `strip` profile option, now that rustc has stable `-C strip`

https://github.com/rust-lang/rust/pull/90058/ stabilized `-Z strip` as `-C strip`. Stabilize the corresponding Cargo option.

Update the documentation to move it from the unstable reference to the profiles documentation.

Update the tests to account for stabilization.