$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [user config] conditional toolset options?
From: Julian Gonggrijp (j.gonggrijp_at_[hidden])
Date: 2011-08-24 17:52:28
Vicente J. Botet Escriba wrote:
> I don't know if this respond completly to your needs. Have you tried to add to your project requirements
>
> <toolset>clang,<variant>debug:<compileflags>-fcatch-undefined-behaviour
Yes, that's what I'm currently doing. What I'm looking for is a way to
automatically achieve this effect for all (future) projects.
-Julian