Page 1 of 1

Compile with RTTI enabled by default

Posted: Sun Dec 17, 2006 19:31
by Nitro
Any chance that you ship the CEGUI binaries with rtti enabled by default? Imo that won't add much overhead and allow for things like dynamic_cast to work.

-Matthias

Posted: Sun Dec 17, 2006 19:54
by lindquist
I don't think we'll do this. CEGUI was designed to not use RTTI and recompiling is not really an issue with the dependency packages and all.

If you use MSVC, just edit makefile/premake/helpers.lua and remove the "no-rtti" option.

Posted: Sun Dec 17, 2006 20:26
by Nitro
Thanks, I just recompiled CEGUI. I noticed that the compile takes really long on VS 2005. I think precompiled headers could speed up cegui compilation tremendously.