Currently i am compiling DLMS library(http://www.gurux.fi/index.php?q=DLMSCOSEMFAQ) using Visual Studio 2010 (Using C++).
I am successfully compiled the library in debug and release mode. But When i check the size of both library then release one library(.lib) have more then double size(76 MB) then debug one(31 MB).
I think release one have smaller size the debug one, is it right?
Is any setting needed in VS2010?
Find build release log here http://pastie.org/9687316
For debug log here http://pastie.org/9687340