Quick way of increasing speed of Scilab Compilation under Linux

Sylvestre Ledru sylvestre.ledru at inria.fr
Tue May 20 10:26:23 CEST 2008


is to use ccache [1]

For this, install ccache and launch the configure with the options:

./configure CC="ccache gcc" CXX="ccache g++"

Sylvestre
PS: I haven't done any benchmark on this. Don't shoot the messenger!
[1] http://ccache.samba.org/ 





More information about the dev mailing list