On Wed May 29 18:29:24 2024 +0000, Tim Clem wrote:
Is there a benefit to that over using the result of `arch`? I originally just hardcoded `arch -x86_64`, but it turns out that the current build machine is i386. Really any attempt to keep this arch-agnostic is just so we can continue using the current build machine, but that's kind of silly since I'm sure we'll decommission it as soon as we flip the switch on the new one.
Oh I meant doing `-j$(sysctl -n hw.activecpu)` rather than hardcoding for 8 cores.