You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During build via GNU make (using Makefile), I'm using "Quiet" mode via QUIET=true (especially to integrate btop build in automatic packaging toolchain).
The "Quiet" build is not REALLY quiet:
initial header with version / OS / arch
display of build steps with colors
display of build steps with % and time used
total time to complete build
To Reproduce
Compilation of btop with QUIET=true VERBOSE=true make
Expected behavior
I would like to have a REALLY quiet mode for build/compilation:
no initial header with version / OS / arch
no display of build steps with colors
no display of build steps with % and time used
no display of total time to complete build
The text was updated successfully, but these errors were encountered:
With QUIET=true, build with make is really quiet:
- no initial header with version / OS / arch
- no display of build steps with colors
- no display of build steps with % and time used
- no display of total time to complete build
- with VERBOSE=true, only logs from compiler
Fixaristocratos#769
Signed-off-by: Laurent Cheylus <foxy@free.fr>
During build via GNU
make
(usingMakefile
), I'm using "Quiet" mode viaQUIET=true
(especially to integrate btop build in automatic packaging toolchain).The "Quiet" build is not REALLY quiet:
To Reproduce
Compilation of
btop
withQUIET=true VERBOSE=true make
Expected behavior
I would like to have a REALLY quiet mode for build/compilation:
The text was updated successfully, but these errors were encountered: