4 ms·
Usually you can disable this by passing `--disable-silent-rules` to `configure` and/or `V=1` to `make`.
by chisquared 5y ago
Usually you can disable this by passing `--disable-silent-rules` to `configure` and/or `V=1` to `make`.
- dundarious 5y agoIf you're willing to see a lot of CMake's own carry-on, you can also do `make VERBOSE=1` or `cmake --build builddir -- VERBOSE=1` there.