How to set default to -j2 in Makefile? -
i have make option "-j2" default.
can modify makefile that?
looking @ gnu make manual (3.82), there nothing can see allows that.
you might able set environment variable makeflags (to either '-j 2
' or perhaps 'j 2
'), otherwise, appears cannot.
Comments
Post a Comment