We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e553469 commit abb3319Copy full SHA for abb3319
1 file changed
pyproject.toml
@@ -18,7 +18,7 @@ RANLIB = "gcc-ranlib"
18
19
[[tool.cibuildwheel.overrides]]
20
select = "*aarch64"
21
-environment = {CFLAGS = "-O3 -g0 -pipe -fPIC -march=armv8-a -mtune=cortex-a72", AR = "gcc-ar", NM = "gcc-nm", RANLIB = "gcc-ranlib" }
+environment = {CFLAGS = "-O3 -g1 -pipe -fPIC -march=armv8-a -mtune=cortex-a72", AR = "gcc-ar", NM = "gcc-nm", RANLIB = "gcc-ranlib" }
22
23
[tool.cibuildwheel.windows]
24
archs = ["AMD64", "x86"]
0 commit comments