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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -