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

This reverts commit c3c1c97dd3.
This commit is contained in:
Jiahao XU 2022-05-31 17:39:19 +10:00
parent c3c1c97dd3
commit 7b39239729
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: -Cstrip=symbols
- name: Copy and rename utility
run: cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}