On 21/06/07, frederic.bron@alcan.com <frederic.bron@alcan.com> wrote:
I have spent so much time to find how to build boost with only one combination of release/debug, multithreading, static/shared... that I want to record the method in the archive for other potential
users.
By default boost is build 16 times which corresponds to all combinations of:
- release/debug
- multithreading on/off
- static/shared link
- runtime static/shared link
It takes ages to compile and we get roughly 1 giga-bytes of data.
In general you need only one combination of these options but it is not very well documented how to set these options.