Re: [C++-sig] Compile times using Boost::python.
by Philippe Fremy other posts by this author
Jun 6 2003 1:09PM messages near this date
Re: [C++-sig] Compile times using Boost::python.
|
Re: [C++-sig] Compile times using Boost::python.
Hi,
To improve build time, I have found ccache quite useful. It can rebuild
files that have not changed in no time. Theorically, however, if your make
program (bjam, tmake, ...) is good and really only the files that need
rebuilding are rebuilt, ccache does not help. Tmake is not very good so
ccache does help a lot. What I really enjoy is being able to do a "make
clean; make" that lasts less than 10 seconds.
It does not help for the linking phase though.
regards,
Philippe
--
"The difference between theory and practice is that in theory, there is no
difference between theory and practice."
_______________________________________________
C++-sig mailing list
C++-sig@[...].org
http://mail.python.org/mailman/listinfo/c++-sig
Thread:
Kerim Borchaev
David Abrahams
Ralf W. Grosse-Kunstleve
gideon may
Ralf W. Grosse-Kunstleve
Nicholas K. Sauter
Prabhu Ramachandran
gideon may
Philippe Fremy
Ralf W. Grosse-Kunstleve
gideon may
David Abrahams
|