Re: [Vala] Fast compile times in vala using TCC instead of GCC?



On Tue, 2010-04-20 at 23:46 -0700, Joseph Montanez wrote:
Im working on a netbook, so compile times are much longer and the
larger my vala code base gets the longer it takes to compile. I've
found TCC compiles 4x faster gcc. As a note -pthread needs to be
converted into -lpthread, but its still a great tool to use to quickly
compile the c code vala generates. While its great for testing but I
wouldn't compile the final product with it.


You can also try ccache [1] with gcc.

HTH,
        Andrea

[1] http://ccache.samba.org/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]