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 }}