Skip to content

Commit f08871d

Browse files
authored
BLD: Try g0 on macos? (#51971)
* BLD: Try g0 on macos? * try just g0 * Update pyproject.toml * Update pyproject.toml
1 parent e9a2eb8 commit f08871d

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
@@ -142,7 +142,7 @@ parentdir_prefix = "pandas-"
142142
[tool.cibuildwheel]
143143
skip = "cp36-* cp37-* pp37-* *-manylinux_i686 *_ppc64le *_s390x *-musllinux*"
144144
build-verbosity = "3"
145-
environment = { LDFLAGS="-Wl,--strip-all" }
145+
environment = {LDFLAGS="-Wl,--strip-all" }
146146
test-requires = "hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17"
147147
test-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
167167
select = "*-macosx*"
168-
environment = ""
168+
environment = {CFLAGS="-g0"}
169169

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

0 commit comments

Comments
 (0)