Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Will VC++ compiles faster or get faster lyx? > Much faster. Even if lyx/qt4 compilation is pretty much OK with Scons > nowadays...
Last time I built LyX using Asger's MSVS solution files, I think it took about 8minutes to build the whole thing. Maybe 10 ;-) > Plus I am pretty sure that the resulting binary will be much faster too. Yes, the VC compiler produces much tighter code than g++. Having said that, the slow down problems that you're experiencing on Windows have little to do with the ability of the compiler to optimize code. Angus