automake
[Top][All Lists]
Advanced

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

Re: strip facility


From: Alexandre Duret-Lutz
Subject: Re: strip facility
Date: 26 Dec 2001 09:39:39 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1

>>> "Fausto" == Fausto Sanchez <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]