Lines Matching refs:parallelCompile
28 g.bootstrap.parallelCompile = -c 8
44 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