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.



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