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 » U++ Library support » U++ Widgets - General questions or Mixed problems » Stripping an executable doesn't reduces it's size
Re: Stripping an executable doesn't reduces it's size [message #7243 is a reply to message #7239] Tue, 19 December 2006 12:56 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14261
Registered: November 2005
Ultimate Member
filipenf wrote on Tue, 19 December 2006 05:20

Hello, I've generated a small executable and I've configured it with the MINGW optimal.

The size of executable is about 2.5mb and after I stripped it the size remains the same.

My question is: does theIDE strips the binary after compilation?



Stripping is a term used for removing debug info. Anyway, in optimal mode there is no debug info added in the compilation.

Sadly, mingw produces large binaries. Another issue to consider is that U++ contains a lot of stuff - it in fact reimplements almost everything from the ground up, in about 700KBs (MSC71). (Here, 700KB is con, but pros is that after that point, it grows very slowly - e.g. TheIDE is less than 4 MB total).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: keeping fixed x/y ratio in a control
Next Topic: small documentation bug
Goto Forum:
  


Current Time: Sat Jun 07 22:43:52 CEST 2025

Total time taken to generate the page: 0.04056 seconds