Searched refs:parallelCompile (Results 1 – 3 of 3) sorted by relevance
36 parallelCompile = pctx.StaticVariable("parallelCompile", func() string { var
28 g.bootstrap.parallelCompile = -c 844 command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.compileCmd} ${g.bootstrap.parallelCompile} -o ${out}.tmp ${g.bootstrap.debugFlags} -p ${pkgPath} -complete ${incFlags} ${embedFlags} -pack ${in} && if cmp --quiet ${out}.tmp ${out}; then rm ${out}.tmp; else mv -f ${out}.tmp ${out}; fi[all...]
475 g.bootstrap.parallelCompile = -c 8860 …ROOT='${g.bootstrap.goRoot}' ${g.bootstrap.compileCmd} ${g.bootstrap.parallelCompile} -o ${out}.tm…