> 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.
This works well, thanks! Is there also a way to strip shared libraries that I install? The library is 1.7 MB when unstripped and only 140 K when stripped, so I would really like to have it strip by default. Thanks, Jared -- Love all, serve all.