Skip to content

Commit f8ab932

Browse files
committed
docs/building: Add "Controlling verbosity"
1 parent 04bb1c1 commit f8ab932

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/building.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,27 @@ different default:
7777
- MacOSX: OFF
7878
- Windows: OFF
7979

80+
Controlling verbosity
81+
---------------------
82+
83+
configure and build output
84+
^^^^^^^^^^^^^^^^^^^^^^^^^^
85+
86+
By default, the output associated to the configure and build steps of the
87+
`CMakeProject-build` external project are logged into files. This can be
88+
changed by setting the ``BUILD_VERBOSE`` option::
89+
90+
python setup.py bdist_wheel -- -DBUILD_VERBOSE:BOOL=1
91+
92+
list of files copied into the distributions
93+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
94+
95+
By default, the complete list of files copied into the distributions are
96+
reported. This can be changed passing the ``--hide-listing`` option::
97+
98+
python setup.py --hide-listing sdist
99+
python setup.py --hide-listing bdist_wheel
100+
80101
Optimizations
81102
-------------
82103

0 commit comments

Comments
 (0)