Y
Hacker News
new
|
ask
|
show
|
jobs
by
chisquared
1683 days ago
Usually you can disable this by passing `--disable-silent-rules` to `configure` and/or `V=1` to `make`.
1 comments
dundarious
1683 days ago
If 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.
link