Is it possible to make EasyApache run make like "make -j4" on systems with 4 CPU cores? It could really speedup rebuilds.
Is it possible to make EasyApache run make like "make -j4" on systems with 4 CPU cores? It could really speedup rebuilds.
practice safe hex. avoid computer viruses today.
I generally setup "CONCURRENCY_LEVEL" variable in .bashrc which unlike .bash_profile is called upon all shell requests (including scripts).
You can also do an 'alias make="make -j(#)"' in there as well ...
I'm sure you could just set things at EasyApache directly, but setting the environment works just as well and still works for manual compiles too![]()