Re: YaPB compile - dll size is big? Help~ -
20-04-2010
You will see almost no any difference. About VS 2005-2008 - even in release mode still basic debug info is generated. You can turn it off on the C++ general settings by setting debug information format to disabled and also on the linker settings->debugging, select "no" on generate debug info. If the size is still big you are probably linking with the static C and C++ runtime, which you can change again from the C++ general settings->Code generation->Runtime library. You can switch to the DLL versions of the libraries but doing so you will have to install the VC++ redistributable package(~2MB) on each PC that you are going to use the bot.
|