From 3411812ee5a300843bfe0f0de73680b9045d02e9 Mon Sep 17 00:00:00 2001 From: Jiahao XU <Jiahao_XU@outlook.com> Date: Tue, 31 May 2022 17:22:17 +1000 Subject: [PATCH] Revert "Set `RUSTFLAGS` to `-Zstrip=symbols` in job `build`" This reverts commit 62b5ecbe8373a9d75dea00c62746b0cb1305f5d3. --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 56541de6..9ff74d56 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 }}