Skip to content

Commit

Permalink
Try yet another way to suppress debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlopaciuk authored May 3, 2024
1 parent 7248e67 commit 8ca6ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -33,7 +33,8 @@ jobs:
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: ${{ matrix.pyver }}-*
LDFLAGS: "-Wl,-S"
CIBW_ENVIRONMENT_PASS_LINUX: LDFLAGS
LDFLAGS: "-Wl,-S" # Strip debug symbols: otherwise added by manylinux
- uses: actions/upload-artifact@v4
with:
name: dist-wheels-${{ matrix.os }}-${{ strategy.job-index }}

0 comments on commit 8ca6ece

Please sign in to comment.