Commit d742196
committed
Optimize 'libexec/build-monolith' on Linux
Use `xargs` to build the `ar` command line instead of running `ar`
manually to reduce startup costs.
Build the symbol table after adding each file instead of continually
rebuilding it.1 parent e35a4fa commit d742196
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments