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



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.

-- 
Joseph Montanez
Web Developer
Gorilla3D
Design, Develop, Deploy



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