We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d91ee commit 995d579Copy full SHA for 995d579
install.sh
@@ -170,7 +170,7 @@ echo " with_pkgconfigdir: $with_pkgconfigdir"
170
# Define boost options for gcc.
171
#------------------------------------------------------------------------------
172
BOOST_OPTIONS_GCC=\
173
-"threading=single "\
+"threading=multi "\
174
"variant=release "\
175
"--disable-icu "\
176
"--with-date_time "\
@@ -190,7 +190,7 @@ BOOST_OPTIONS_CLANG=\
190
"toolset=clang "\
191
"cxxflags=-stdlib=${boost_stdlib} "\
192
"linkflags=-stdlib=${boost_stdlib} "\
193
194
195
196
0 commit comments