$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Building Boost without RTTI
From: Lucas Le Gouic (lucas_at_[hidden])
Date: 2018-03-21 15:03:08
Hello,
I'm trying to build boost 1.66 libraries without RTTI on Windows 10
using MSVC compiler and b2.exe
Following this documentation:
http://www.boost.org/doc/libs/1_66_0/more/getting_started/windows.html#prepare-to-use-a-boost-library-binary
I've successfully built boost using "b2 toolset=msvc
--build-type=complete stage" but RTTI are enabled by default from what I
understood and my project requier RTTI to be disabled.
However, I can't find any option to do this in b2.exe --help.
Thanks,
Lucas