[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake 1.4g: About `make install-strip'
From: |
Maciej W. Rozycki |
Subject: |
Re: automake 1.4g: About `make install-strip' |
Date: |
Fri, 25 May 2001 17:03:46 +0200 (MET DST) |
On 25 May 2001, Alexandre Duret-Lutz wrote:
> 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
Well, stripping binaries upon linking makes one lose the ability to debug
uninstalled binaries. A better approach is to use:
INSTALL_PROGRAM='${INSTALL} -s' ./configure
make
make install
which I actually use for plain autoconf packages, which have no idea of
install-strip. Still, it's more like a workaround than a solution when
the install-strip target exists but is unoptimal.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: address@hidden, PGP key available +
- automake 1.4g: About `make install-strip', Maciej W. Rozycki, 2001/05/23
- Re: automake 1.4g: About `make install-strip', Tom Tromey, 2001/05/24
- Re: automake 1.4g: About `make install-strip', Maciej W. Rozycki, 2001/05/24
- Re: automake 1.4g: About `make install-strip', Alexandre Duret-Lutz, 2001/05/25
- Re: automake 1.4g: About `make install-strip',
Maciej W. Rozycki <=
- Re: automake 1.4g: About `make install-strip', Tom Tromey, 2001/05/26
- Re: automake 1.4g: About `make install-strip', Alexandre Duret-Lutz, 2001/05/28
- Re: automake 1.4g: About `make install-strip', Maciej W. Rozycki, 2001/05/28
- Re: automake 1.4g: About `make install-strip', Alexandre Duret-Lutz, 2001/05/29
- Re: automake 1.4g: About `make install-strip', Maciej W. Rozycki, 2001/05/28
- Re: automake 1.4g: About `make install-strip', Alexandre Oliva, 2001/05/26
- Re: automake 1.4g: About `make install-strip', Tom Tromey, 2001/05/26
- Re: automake 1.4g: About `make install-strip', Alexandre Oliva, 2001/05/26
- Re: automake 1.4g: About `make install-strip', Alexandre Duret-Lutz, 2001/05/28
- Re: automake 1.4g: About `make install-strip', Maciej W. Rozycki, 2001/05/28