c++ - VS2013/VS2015如何使编译的DLL文件体积尽可能的小?
怪我咯
怪我咯 2017-04-17 15:26:34
0
1
627

VS2013/VS2015 C++ win32/MFC,请问怎么才能在不影响运行的情况下让编译的DLL文件体积尽可能的小?

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
阿神

Enable the minimum size optimization option when compiling, use less inline functions, use less functions in the standard library, use MD/MDd instead of RTTI and exceptions in the program. Well, that’s all I can think of right now.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!