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 _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
