File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ parentdir_prefix = "pandas-"
142
142
[tool .cibuildwheel ]
143
143
skip = " cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*"
144
144
build-verbosity = " 3"
145
- environment = { LDFLAGS =" -Wl,--strip-all" }
145
+ environment = {LDFLAGS =" -Wl,--strip-all" }
146
146
test-requires = " hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17"
147
147
test-command = " python {project}/ci/test_wheels.py"
148
148
@@ -165,7 +165,7 @@ test-command = ""
165
165
# macOS doesn't support stripping wheels with linker
166
166
# https://github.com/MacPython/numpy-wheels/pull/87#issuecomment-624878264
167
167
select = " *-macosx*"
168
- environment = " "
168
+ environment = { CFLAGS = " -g0 " }
169
169
170
170
[[tool .cibuildwheel .overrides ]]
171
171
select = " *-win32"
You can’t perform that action at this time.
0 commit comments