Skip to content

Commit 6a4ee64

Browse files
committed
Add LDFLAGS to cibuildwheel
1 parent 02177a9 commit 6a4ee64

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ build-frontend = "build"
5353
build-verbosity = 1
5454

5555

56+
[tool.cibuildwheel.linux]
57+
environment = { LDFLAGS="-Wl,--strip-debug" }
58+
5659
skip = [
5760
"*-manylinux_i686",
5861
"*-musllinux_i686",

0 commit comments

Comments
 (0)