Update verbose description
This commit is contained in:
parent
c4562cb726
commit
8982c92dc6
@ -69,9 +69,10 @@ You set options in CMake with `-D`. You can see a list of options with `-L`, or
|
|||||||
|
|
||||||
## Verbose and partial builds
|
## Verbose and partial builds
|
||||||
|
|
||||||
Again, not really CMake, but if you are using a command line build tool like `make`, you can get verbose builds:
|
Although not all build tools support it, you can get verbose builds (pick one):
|
||||||
|
|
||||||
{% term %}
|
{% term %}
|
||||||
|
~/package $ cmake --build build --verbose # CMake 3.14+ only
|
||||||
~/package/build $ VERBOSE=1 make
|
~/package/build $ VERBOSE=1 make
|
||||||
{% endterm %}
|
{% endterm %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user