Skip to content

Commit 3fcad46

Browse files
committed
added verbose logging
1 parent 5bb4a29 commit 3fcad46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ build-dir = "build/{wheel_tag}"
3030
# Build stable ABI wheels for CPython 3.12+
3131
wheel.py-api = "cp312"
3232

33+
cmake.verbose = true
34+
logging.level = "INFO"
35+
3336
[tool.cibuildwheel]
3437
# Necessary to see build output from the actual compilation
3538
build-verbosity = 1

0 commit comments

Comments
 (0)