ci: strip is stabilized

This commit is contained in:
figsoda 2022-09-15 22:34:01 -04:00
parent 8b68807ce3
commit 0b1e9b64ca

View file

@ -44,7 +44,7 @@ jobs:
rustup toolchain install nightly --profile minimal -t ${{ matrix.target }}
cargo +nightly build --release --target ${{ matrix.target }}
env:
RUSTFLAGS: -Z strip=symbols
RUSTFLAGS: -C strip=symbols
- name: Upload asset
uses: svenstaro/upload-release-action@v2