$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-01-13 05:24:52
Vladimir Prus wrote:
> > I do not understand. When I create new variant (you meant variant,
> > didn't you?) inherited from 'release', it has all the settings from
> > release, does it not?
>
> Ehm... right. It did not occured to me that one can add <define>NDEBUG to
> definition of variant. I think I'll try implementing this.
Comitted. Now <define>NDEBUG is part of <variant>release.
I've also took the time and removed the active features -- mechanism by which
NDEBUG used to work and which was used only for NDEBUG. I like it when I can
remove some code!
- Volodya