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