[PATCH] Add build options to disable either static or shared library by default
Mike Hommey
mh+jemalloc at glandium.org
Thu Feb 23 23:56:46 PST 2012
On Thu, Feb 23, 2012 at 05:14:31PM -0800, Jason Evans wrote:
> On 02/23/2012 08:32 AM, Mike Hommey wrote:
> >On Thu, Feb 23, 2012 at 05:05:13PM +0100, Mike Hommey wrote:
> >>From: Mike Hommey<mh at glandium.org>
> >>
> >>---
> >>
> >>We (Mozilla)'re most probably going to include jemalloc's build system
> >>to avoid any trouble, and it would be easier for us if calling make
> >>would only create the static library.
> >
> >In fact it doesn't really matter, there are other problems that makes us
> >need a glue anyways, so you can forget this patch.
>
> An alternative would be to split the make targets out a bit more, so
> that you can do something like:
>
> make build_lib_static
> make install_lib_static install_bin install_include
>
> Would that be helpful?
Not sure it would, at least for us. I'm sure it will be of use for some
people, though.
Mike
More information about the jemalloc-discuss
mailing list