We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02177a9 commit 6a4ee64Copy full SHA for 6a4ee64
1 file changed
pyproject.toml
@@ -53,6 +53,9 @@ build-frontend = "build"
53
build-verbosity = 1
54
55
56
+[tool.cibuildwheel.linux]
57
+environment = { LDFLAGS="-Wl,--strip-debug" }
58
+
59
skip = [
60
"*-manylinux_i686",
61
"*-musllinux_i686",
0 commit comments