$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: arvid_at_[hidden]
Date: 2008-06-28 05:19:11
In order to be able to turn on and off exception handling with the gcc toolset,
I would suggest adding the following two lines to v2/tools/gcc.jam:
flags gcc.compile OPTIONS <exception-handling>off : -fno-exceptions ;
flags gcc.compile OPTIONS <exception-handling>on : -fexceptions ;
Since at least one other toolset (darwin) derives from gcc, this will make this
option work on macs as well.
-- Arvid Norberg