Closed pebble-24 closed 5 months ago
Please, revert. nproc
fallback is originally for compatibility with non-GNU systems. See FreeBSD fix and POSIX fix. NetBSD and OpenBSD still don't support GNU-style with leading underscore.
@jbeich is switching to the Ninja generator and dropping nproc
entirely a suitable solution for BSD?
Sure. All BSDs package ninja and samurai.
Right, I've removed those in favor of the Ninja generator, as per this comment.
I can update the READMEs of the rest of the repos to use -G Ninja
and add a note for DragonFly users to manually use getconf NPROCESSORS_CONF
.
add a note for DragonFly
Please, don't to avoid cruft in future.
getconf NPROCESSORS_CONF isn't a valid command. The correct command is getconf _NPROCESSORS_CONF.