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


>>> "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


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