I can set number of threads for the build process using -j argument. For example, I have 4 cores +4 virtual. When I write: make -j8 the speed increases
-j
make -j8
setenv MAKEFLAGS '-j8'
Hope this helps!