Subject: Re: [Boost-users] How to build only these binaries?
From: Roman Shmelev (rshmelev_at_[hidden])
Date: 2008-10-03 15:30:05


and what about single-threaded builds?
when are they really needed?
As far as I understand, by default multi-threaded variant is used.
Single-threaded variant is used when:
1) we need some extra performance
2) we are sure just one thread will use the particular library

am I right? Thanks.