aristocratos / btop

A monitor of resources
Apache License 2.0
21.37k stars 655 forks source link

build: add a really quiet mode for compilation #772

Closed lcheylus closed 2 months ago

lcheylus commented 9 months ago

With QUIET=true, build with make is really quiet:

Fix aristocratos/btop#769


Build with GNU make and tests OK on OpenBSD current/amd64 and Linux Debian/testing with:

Only logs from compiler displayed during build with QUIET=true VERBOSE=true make

aristocratos commented 9 months ago

add a really quiet mode for compilation

This doesn't add a really quiet mode, it changes the current quiet mode.

lcheylus commented 2 months ago

add a really quiet mode for compilation

This doesn't add a really quiet mode, it changes the current quiet mode.

OK, I agree => PR closed.