$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] What variants should be build on Windows by default?
From: Asbjørn (lordcrc_at_[hidden])
Date: 2015-05-05 16:00:14
On 05.05.2015 19:20, Olaf van der Spek wrote:
> What library variants should be build on Windows by default?
FWIW, as a user:
Unless something else requires it I prefer static with shared runtime. This is
what we use for the open source project I'm part of as well.
Almost all non-trivial Boost code I've used has been too convoluted to sensibly
trace through, so I only build the debug versions as a last ditch attempt to
finding a bug.
- Asbjørn