Skip to content

Commit 2943e1f

Browse files
committed
Put verbosity in more sensible place
1 parent 12a032c commit 2943e1f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
CIBW_SKIP: "cp39-win_arm64 cp310-win_arm64"
1818
# TODO: consider turning this on
1919
# CIBW_ENABLE: cpython-freethreading
20-
CIBW_CONFIG_SETTINGS: "build-dir=build"
20+
CIBW_CONFIG_SETTINGS: 'build-dir=build compile-args="--verbose"'
2121
CIBW_BEFORE_BUILD_WINDOWS: >-
2222
pip install delvewheel
2323
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ setup = [
135135
'--default-library=static',
136136
'-Dpyprojectwheelbuild=enabled',
137137
]
138-
compile = ['-v']
139138
install = [
140139
'--skip-subprojects',
141140
]

0 commit comments

Comments
 (0)