Skip to content

Commit abb3319

Browse files
committed
Build: Include a bit of crash debug information in the arm64 binary wheels.
1 parent e553469 commit abb3319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RANLIB = "gcc-ranlib"
1818

1919
[[tool.cibuildwheel.overrides]]
2020
select = "*aarch64"
21-
environment = {CFLAGS = "-O3 -g0 -pipe -fPIC -march=armv8-a -mtune=cortex-a72", AR = "gcc-ar", NM = "gcc-nm", RANLIB = "gcc-ranlib" }
21+
environment = {CFLAGS = "-O3 -g1 -pipe -fPIC -march=armv8-a -mtune=cortex-a72", AR = "gcc-ar", NM = "gcc-nm", RANLIB = "gcc-ranlib" }
2222

2323
[tool.cibuildwheel.windows]
2424
archs = ["AMD64", "x86"]

0 commit comments

Comments
 (0)