Boost logo

Boost-Build :

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

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk