|
From: Rafael L. <ra...@de...> - 2003-11-18 20:35:23
|
* Joachim Geiger <joa...@ip...> [2003-11-17 10:38]:
> Thanks alot, this worked. I followed Alan's suggestion giving make the
> appropriate compilation flags. Additionally, I would vote for the suggested
> TODO entry.
Investigating further this issue (thanks, Alan, for bugging me!), I
discovered that Automake already includes this option. In order to install
stripped versions of the libraries, all you have to do is:
make install-strip
This should work in a cross-platform way.
--
Rafael
|