Skip to content

Commit c945f04

Browse files
committed
Revert "Try to omit debug symbols"
This reverts commit ec4fd40. It caused far too much collateral damage
1 parent ec4fd40 commit c945f04

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,4 @@ line-length = 120
1616
max-line-length = 120
1717

1818
[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-
CFLAGS = "-g0"
32-
LDFLAGS = "-S"
19+
archs = ["auto64", "auto32"]

0 commit comments

Comments
 (0)