Re: speedup build time
- In reply to: void : "Re: speedup build time"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Oct 2024 02:26:45 UTC
On Mon, Oct 28, 2024 at 02:23:06AM +0000, void wrote: >make -j16 buildworld make -j16 kernel should read 'make -j16 buildworld && make -j16 kernel' --