mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
2699f8569c
commit
e9b777e9cc
1 changed files with 1 additions and 0 deletions
|
|
@ -532,6 +532,7 @@ rearg:
|
|||
MFLAGS_append("-r", NULL);
|
||||
break;
|
||||
case 's':
|
||||
beQuiet = TRUE;
|
||||
beSilent = TRUE;
|
||||
MFLAGS_append("-s", NULL);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue