Recent

Author Topic: Executable size  (Read 46890 times)

Gintas

  • Jr. Member
  • **
  • Posts: 71
    • Developer's Diary
Executable size
« Reply #15 on: March 31, 2008, 02:28:06 pm »
Quote from: "Anonymous"
Yes .... use the command line program called "strip"

strip --strip-all <program filename> :?:


Should i type exe file name or pascal unit into strip command abow.

LazaruX

  • Hero Member
  • *****
  • Posts: 597
  • Lazarus original cheetah.The cheetah doesn't cheat
Executable size
« Reply #16 on: March 31, 2008, 03:26:30 pm »
the exe the exe. You want to reduce the exe size, not the unit size.
Code: [Select]

strip project1.exe

Code: [Select]

upx project1.exe

dannydesiliva

  • Newbie
  • Posts: 5
Re: Executable size
« Reply #17 on: September 19, 2009, 07:59:52 am »
Thanks for the info!! I'm going to have to play with it a little bit, but even 5k is better than 36k!!
Thanks again

« Last Edit: September 28, 2009, 09:47:52 am by Marc »

 

TinyPortal © 2005-2018