From: Leo I. <leo...@gm...> - 2011-02-05 15:52:56
|
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? |