$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [context] msvc /SAFESEH
From: Tobias Loew (Tobias.Loew_at_[hidden])
Date: 2015-08-12 06:33:12
I found a solution here http://listarchives.boost.org/boost-build/2013/10/27024.php
<http://listarchives.boost.org/boost-build/2013/10/27024.php> that solves the
problem entirely from the b2.exe command-line. Just add
asmflags=\safeseh
My full b2.exe command-line looks like this:
.\b2.exe --toolset=msvc-11.0 variant=debug,release
runtime-link=shared,static address-model=32 asmflags=\safeseh
--stagedir=.\stage\i386
Tobias
-- View this message in context: http://boost.2283326.n4.nabble.com/context-msvc-SAFESEH-tp4652245p4678770.html Sent from the Boost - Dev mailing list archive at Nabble.com.