Boost logo

Boost Users :

Subject: [Boost-users] Avoid including path to BOOST into exe
From: Pavel Seleznev (pavel.seleznev_at_[hidden])
Date: 2015-08-27 10:13:43


Hello,

I have the same question as described here
http://stackoverflow.com/questions/32141335/avoid-including-path-to-boost-into-exe

I have built BOOST with the following command line:

b2 --toolset=msvc-10.0 --stagedir=./stage/2010/win32
address-model=32 variant=release
threading=multi link=static
runtime-link=static

then compiled a project with statically linked runtime and
release configuration with NDEBUG, BOOST_DISABLE_ASSERTS defined.

Compiler options:
c++\advanced\use full paths (/FC) is off
c++\general\debug information format (/ZI /Zi /Z7) is empty

...and still having the entries in my binary file:

c:\work\boost/xpressive/basic_regex.hpp
void __cdecl boost::xpressive::detail::throw_on_stack_error(bool)
Regex stack space exhausted
c:\work\boost/xpressive/detail/dynamic/parse_charset.hpp
void __thiscall boost::xpressive::detail::char_overflow_handler::operator ()

How can I avoid this?

Regards,
Pavel


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net