|
Hi! Try to go to c:\lazarus\pp\bin\i386-win32\. There is a file - strip.exe. Simply type strip <path to your project *.exe file> and press Enter. You file will become smoller in size for nearly 30%. The fact is that Lazarus do not strip symbols from executable while linking, even if you place a appropriate mark to "Complier options for porject" -> Linking page (-Xs). Both in Windows and in Linux. So now your file become smoller. But it will be in 1.3 - 1.5 times bigger than in Delphi. I am really do not know why! When I work with Sibyl - Delphi-like RAD + Pascal compiler for Win32 and OS/2 - it was working really good and can produce Win32 *.EXE files SMALLER in size than in Delphi for the same code. Regards. Alexey. |
- Re: [lazarus] Big size of W32 *.exe files Alex Smirnov
- Re: [lazarus] Big size of W32 *.exe files Georg Vollnhals
- [lazarus] Re: Big size of W32 *.exe f... Felipe Monteiro de Carvalho
- Re: [lazarus] Re: Big size of W32... Bogusław Brandys
- [lazarus] Re: Big size of W32... Felipe Monteiro de Carvalho
- Re: [lazarus] Re: Big size of W32... Georg Vollnhals
- [lazarus] Lazarus Examlpes. Lv
- Re: [lazarus] Lazarus Examlpe... Vincent Snijders
- Re: [lazarus] Big size of W32 *.exe files Micha Nelissen
- Re: [lazarus] Big size of W32 *.exe f... Georg Vollnhals
