$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Emmas (john_at_[hidden])
Date: 2021-06-24 14:41:18
On 24/06/2021 15:27, Kerry, Richard wrote:
> Depending on what toolset you're using you may well find that VC tells you that Minimal Rebuild (/Gm) is now deprecated.
>
Ahhh... it suddenly makes sense now!
For the past few months I've been seeing messages about /Gm being
deprecated but I hadn't made the connection that /Gm == Minimal
Rebuild. Thanks Richard. I'll just stop using it.
John