File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,27 @@ different default:
77
77
- MacOSX: OFF
78
78
- Windows: OFF
79
79
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
+
80
101
Optimizations
81
102
-------------
82
103
You can’t perform that action at this time.
0 commit comments