automake
[Top][All Lists]
Advanced

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

Re: automake 1.4g: About `make install-strip'


From: Alexandre Duret-Lutz
Subject: Re: automake 1.4g: About `make install-strip'
Date: 25 May 2001 15:17:21 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "Maciej" == Maciej W Rozycki <address@hidden> writes:

 Maciej> On 23 May 2001, Tom Tromey wrote:
 >> This is possible, but we don't recommend it.  Instead we try to
 >> approach cross builds the "autoconf way": we assume that configure
 >> will use things like AC_CHECK_TOOL, etc.

 Maciej> Note that I'm writing of a performance.  Install-sh is a serious
 Maciej> performance hit for non-trivial installs.

Then maybe you could bypass install-strip using something like 
  ./configure LDFLAGS=-s
  make
  make install

[...]

-- 
Alexandre Duret-Lutz



reply via email to

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