|
How much does your machine need to compile the boost::spirit part of FO (XMLDoc.cpp & GGFileDlg.cpp) ? And how big are the final executable you get (server, client, ai)? I'm just curious. Because on macosx with all debug symbols and no optimizations i get:
freeorionclient : 140mb!!!!
server:72mb
ai:42mb
with no debug symbols at all and Optimizationslevel -O3 (except XMLDoc.cpp & GGFIleDlg which can only be compiled with -O0):
client: 11mb!!! still to big
server, a:i haven't tested that yet
And the additional libraries like: libGG, SDL, freetype, boost, etc..
do you link them dynamic or as static libs into the executable?
Would be really cool to know what the average size is, because i think what i get is way to big.
|