Home » Community » Coffee corner » how to reduce binary size?
Re: how to reduce binary size? [message #59503 is a reply to message #59486] |
Sun, 08 January 2023 16:13   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
TheIDE allows you to build "All static" or "Use shared libs" configs.
"All static" is a default configuration on Windows if I remember correctly. If you switch to "Use shared libs" binary size of your app will be smaller. A tradeoff is performance (dynamic name binding) and compatibility (this is usually a problem with Unix & libc).
If you build a Release conf of your app with map-file enabled you can check code size of every function linked into your app using this app.
It supports map-file formats of pretty much all compilers including old game consoles.
Regards,
Novo
|
|
|
Goto Forum:
Current Time: Mon Aug 04 09:08:59 CEST 2025
Total time taken to generate the page: 0.07453 seconds
|