Hi,
On 8/10/24 20:08, Navin P wrote:
When i run make -j1 i find all the object files libx.a but when i
do make -j8 i find some missing object files inside libx.a.
Typically you'd generate all objects first, then archive them in a
single invocation. This is I/O bound anyway, so you're not lo
Hi,
I ran multiple instances of ar during a parallel build and they were
updating different object files using ar rv sometimes the same object file
again.
When i run make -j1 i find all the object files libx.a but when i do make
-j8 i find some missing object files inside libx.a.
Then i looke