Revert "Set RUSTFLAGS to -Zstrip=symbols in job build"

This reverts commit 62b5ecbe83.
This commit is contained in:
Jiahao XU 2022-05-31 17:22:17 +10:00
parent 62b5ecbe83
commit 3411812ee5
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -96,8 +96,6 @@ jobs:
command: build
args: --target ${{ matrix.target }} --release
use-cross: ${{ matrix.use-cross }}
env:
RUSTFLAGS: -Zstrip=symbols
- name: Copy and rename utility
run: cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}