We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4fd40 commit c945f04Copy full SHA for c945f04
1 file changed
pyproject.toml
@@ -16,17 +16,4 @@ line-length = 120
16
max-line-length = 120
17
18
[tool.cibuildwheel]
19
-archs = ["auto64", "auto32"]
20
-
21
-# cibuildwheel keeps debug information resulting in very
22
-# large apsw extension (~3MB of code, 12MB of debug!)
23
-# Every project seems to work around this in a different way
24
-# https://github.com/pypa/cibuildwheel/issues/331
25
26
-[tool.cibuildwheel.linux.environment]
27
-CFLAGS = "-g0"
28
-LDFLAGS = "--strip-debug"
29
30
-[tool.cibuildwheel.macos.environment]
31
32
-LDFLAGS = "-S"
+archs = ["auto64", "auto32"]
0 commit comments