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
Reduce gcc/Makefile prints to simplify build output (#181)
The gcc commandlines and other prints can be useful, but most of the
time they are overwhelming especially for non-C programmers. This
simplifies the prints.
To re-enable, set `V=1` like is common with many Makefile/C projects.
For example `V=1 make`, `V=1 mix compile`, etc.
0 commit comments