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
From what I've been looking at, is have alternate ways to set GNU Make specific MAKEFLAGS? (if two variants of make are installed in a system, such as nmake).
Then it may be possible to set GMAKEFLAGS=j17 so that other commands cannot parse this variable. The old behavior would still be helpful for systems which do not have this problem.