[PATCH] Add build options to disable either static or shared library by default

Jason Evans jasone at canonware.com
Thu Feb 23 17:14:31 PST 2012


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?

Thanks,
Jason



More information about the jemalloc-discuss mailing list