This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: strip facility


> You can strip your binaries while they are installed with
>  make install-strip
>
> If your package supports cross-compilation don't forget to add
>   AC_CHECK_TOOL([STRIP],[strip])
> to your configure.ac.

This works well, thanks!

Is there also a way to strip shared libraries that I install?  The library is 
1.7 MB when unstripped and only 140 K when stripped, so I would really like 
to have it strip by default.

Thanks,
	Jared

-- 
Love all, serve all.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]