Unbreak make -s. There's about a 10% performance improvement with -s
in many environments. The recent --- blah --- reintroduction has killed. That output makes almost no sense when all the other output is silenced.
This commit is contained in:
parent
8e86e76809
commit
0bdc05bc53
@ -532,6 +532,7 @@ MainParseArgs(int argc, char **argv)
|
||||
MFLAGS_append("-r", NULL);
|
||||
break;
|
||||
case 's':
|
||||
beQuiet = TRUE;
|
||||
beSilent = TRUE;
|
||||
MFLAGS_append("-s", NULL);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user