This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: strip facility
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Fausto Sanchez <fas at andiamo dot com>
- Cc: automake at gnu dot org
- Date: 26 Dec 2001 09:39:39 +0100
- Subject: Re: strip facility
- References: <4.3.2.7.2.20011221155456.042c16c0@andiamo.com>
>>> "Fausto" == Fausto Sanchez <fas@andiamo.com> writes:
Fausto> Hi,
Fausto> Is there a way that autoconf/automake can be configured so that the
Fausto> final executables
Fausto> and libraries be stripped, by running the strip utility on the build
Fausto> process? Has anybody
Fausto> does this?
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.
--
Alexandre Duret-Lutz