Re: Compiling only shared libraries?

2009-12-22 Thread Roland Smith
On Mon, Dec 21, 2009 at 03:00:27PM -0800, Matthew Fleming wrote: We have a bunch of libraries to support our product and as far as I know we only link to the shared library version. I'd like to skip the build of the static version of our libraries to speed up our builds and save on disk

Compiling only shared libraries?

2009-12-21 Thread Matthew Fleming
We have a bunch of libraries to support our product and as far as I know we only link to the shared library version. I'd like to skip the build of the static version of our libraries to speed up our builds and save on disk space, but I don't see any way to do that via directives in the Makefiles.