You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chooses the style of jobserver to use. This option only has effect if parallel builds are enabled (see Parallel Execution). On POSIX systems style can be one of fifo (the default) or pipe. On Windows the only acceptable style is sem (the default). This option is useful if you need to use an older versions of GNU make, or a different tool that requires a specific jobserver style.
currently, the jobclient fails to parse MAKEFLAGS like
-j2 --jobserver-auth=fifo:/tmp/asdf
make --jobserver-style=fifo
is the default since gnumake 4.4quickfix:
make --jobserver-style=pipe
gnumake docs
see also
The text was updated successfully, but these errors were encountered: