Subject: Re: [Boost-users] Compiling specific modules
From: Igor R (boost.lists_at_[hidden])
Date: 2010-04-24 15:09:54


> I'm sorry if this is a stupid question... however, I want to compile boost but only specific parts of it. Is this possible?
>
> I'm already using --build-type=minimal - but I want to compile libraries for exactly what I'm using so it doesn't take so long for cross platform compilation.

Use --with or --without:
--with-system --with-thread --with-date_time --with-regex