Re: [gtkmm] Executable size



look like a graet tool, but  how reliable is this?
does it work with programs compiled with other compilers than gcc?

I tried the windows version of strip on an exacutable compiled with vb6 ,
that didn't work (not that i expected it to)


----- Original Message ----- 
From: "Ainsley Pereira" <gtkmm pebble org uk>
To: <gtkmm-list gnome org>
Sent: Wednesday, September 22, 2004 2:15 PM
Subject: Re: [gtkmm] Executable size


> On Wed, Sep 22, 2004 at 08:51:10AM +0000, Thiago Silva wrote:
> > Sorry, what?
>
> strip, the utility to remove debug info/unnecessary symbols.
>
> ~$ ls -l a.out
> -rwxrwxr-x   1 marble users   11684 Sep 22 13:12 a.out
> ~$ strip a.out
> ~$ ls -l a.out
> -rwxrwxr-x   1 marble users    3936 Sep 22 13:12 a.out
>
> ~A.
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]