Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
Novo is currently offline  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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Free useful tools for the U++ Developer
Next Topic: 13600K vs 2400G
Goto Forum:
  


Current Time: Mon Aug 04 09:08:59 CEST 2025

Total time taken to generate the page: 0.07453 seconds