Skip to content

Commit b58a408

Browse files
lithomas1meeseeksmachine
authored andcommitted
Backport PR pandas-dev#51971: BLD: Try g0 on macos?
1 parent b791c06 commit b58a408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ parentdir_prefix = "pandas-"
143143
[tool.cibuildwheel]
144144
skip = "cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*"
145145
build-verbosity = "3"
146-
environment = { LDFLAGS="-Wl,--strip-all" }
146+
environment = {LDFLAGS="-Wl,--strip-all" }
147147
test-requires = "hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17"
148148
test-command = "python {project}/ci/test_wheels.py"
149149

@@ -166,7 +166,7 @@ test-command = ""
166166
# macOS doesn't support stripping wheels with linker
167167
# https://github.com/MacPython/numpy-wheels/pull/87#issuecomment-624878264
168168
select = "*-macosx*"
169-
environment = ""
169+
environment = {CFLAGS="-g0"}
170170

171171
[[tool.cibuildwheel.overrides]]
172172
select = "*-win32"

0 commit comments

Comments
 (0)