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
Quiet ar with ARFLAGS rather than > null & Remove CC ?= cc
`CC`, `AR` and `ARFLAGS` are all implicit variables in GNU `make` (the `README` _specifies GNU_ `make`).
`CC` and `AR` already defaulted appropriately (and turns out, `CC ?=` doesn’t overwrite the default).
`ARFLAGS` defaulted verbose, so un-verbose-fy it is the more direct *and platform-agnostic* way to quiet `ar`.
0 commit comments