From 7b3923972904da59dbfc0546f9054a4eb1cd5945 Mon Sep 17 00:00:00 2001 From: Jiahao XU <Jiahao_XU@outlook.com> Date: Tue, 31 May 2022 17:39:19 +1000 Subject: [PATCH] Revert "Set `RUSTFLAGS` to `-Cstrip=symbols` in job `build`" This reverts commit c3c1c97dd394c788fa8d5acf1325385fc444dbca. --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d80cdd3c..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: -Cstrip=symbols - name: Copy and rename utility run: cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}