From: Panayotis K. <pan...@pa...> - 2011-02-07 10:16:38
|
Although first compilation might be slow, all consequence compilations should onle recompile only the required/changed files. In the other hand, if you want to compile only the minimum required files, you can enable trimmer ( which is enabled by default). Having said this, it is possible to do it, but there is a need someone to write this first! -- Panayotis 5 Φεβ 2011, 5:52 μ.μ., ο/η Leo Izen <leo...@gm...> έγραψε: > I noticed that every time an iPhone app is built, we end up having to compile a HUGE backend into the app every time. Why not make it so the first time we compile an app we take all these .h and .c files and compile it into libxmlvm.a so any subsequent builds will just link statically to this libxmlvm.a? > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |