make -j1 produces four C++ instances
bob prohaska
fbsd at www.zefox.net
Tue Dec 3 17:15:43 UTC 2019
On Tue, Dec 03, 2019 at 09:28:28AM -0700, Ian Lepore wrote:
>
> When building ports, it's controlled by make variables which can be set
> in make.conf or on the command line. The ports build machinery does
> what it needs to, to pass that value down into whatever build system is
> used within the port (cmake or ninja or whatever).
>
> make MAKE_JOBS_NUMBER=2 # like -j2
> make DISABLE_MAKE_JOBS=yes # disables multiple jobs completely
>
>
Ahhh! that's what I needed to know.
Thank you!
bob prohaska
>
More information about the freebsd-arm
mailing list