Reduce windows executable size

前端 未结 4 527
北荒
北荒 2021-01-05 17:38

I have a C++/MFC app on windows - dynamically linked it\'s only 60kb static it\'s > 3Mb.
It is a being distributed to customers by email and so needs to be as small as p

4条回答
  •  甜味超标
    2021-01-05 18:21

    I'm not sure how to strip the executable, but another thought is to compress it, for example using upx, which will decompress it and run it in place... Does that reduce the size enough for you?

提交回复
热议问题