Skip to content

Commit

Permalink
force explicit link of boost libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Nov 8, 2022
1 parent d4dbbb8 commit 8243b65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boost/boost/config/user.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
// build variant will be automatically selected and linked against,
// simply by the act of including one of that library's headers.
// This macro turns that feature off.
// #define BOOST_ALL_NO_LIB
#define BOOST_ALL_NO_LIB

// BOOST_WHATEVER_NO_LIB: Tells the config system not to automatically
// select which library to link against for library "whatever",
Expand Down
2 changes: 2 additions & 0 deletions boost/update_files.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
rem .\boost\boost\config\user.hpp
rem BOOST_ALL_DYN_LINK and BOOST_ALL_NO_LIB must be enabled
set VC_VERSION=vc143
set BOOST_VERSION=x32-1_80
set SRC=E:\boost_1_80_0-32\lib32-msvc-14.3
Expand Down

0 comments on commit 8243b65

Please sign in to comment.