Hi,
I use mongdb v2.0.7 source code to build mongoclient.lib for c++, the library file "mongoclient.lib" is about 197M. Why is it so big? And now I compile my code very slowly.
Can anyone give me some methods to let mongoclient smaller, and let me compile my code more quickly.
1.The boost version is 1_48.
2. scons --dd --64 --boost-compiler=vc100 --boost-version=1_48 mongoclient.lib
best regards,
kevin he.