[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Protux-devel] cacche ?
From: |
Martin Herren |
Subject: |
Re: [Protux-devel] cacche ? |
Date: |
Mon, 31 May 2004 16:10:53 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Luciano Giordana wrote:
| Hi ! I think this question is for Martin
|
| Is it possible to include ccache in Makefile when it is installed on the
| machine ? is there a way to detected it on ./configure and automatically
| replace CXX = g++ by CXX = ccache g++ on Makefile ?
|
| it improves A LOT the testing job...
i just recompiled libmustux using ccache, then made a make clean and
recompiled it. It's obvious that the speedup it great !
Currently i'm compiling Protux with ccache.
To use ccache, i simply did
$ export CC='ccache gcc'
$ export CXX='ccache g++'
$ ./configure
$ make
and it worked well.
I read a lot about ccache not working well with libtool, but i didn't
experience any problem... i'm using ccache v2.3
/Martin
PS: Protux just finished compiling without problem using ccache...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org
iD8DBQFAuzztENZb8plGFLQRAteOAJ9O/nFVRAbI4sjUvSkbi2iSU61axACgl3ii
q4aj1tI3p6pPceqbFbg3icM=
=Sumo
-----END PGP SIGNATURE-----