yangzhg commented on a change in pull request #5394:
URL: https://github.com/apache/incubator-doris/pull/5394#discussion_r595707322



##########
File path: thirdparty/build-thirdparty.sh
##########
@@ -416,25 +417,24 @@ build_boost() {
     check_if_source_exist $BOOST_SOURCE
     cd $TP_SOURCE_DIR/$BOOST_SOURCE
 
-    echo "using gcc : doris : ${CXX} ; " > tools/build/src/user-config.jam
-    ./bootstrap.sh --prefix=$TP_INSTALL_DIR
-    ./b2 --toolset=gcc-doris link=static -d0 -j$PARALLEL --without-mpi 
--without-graph --without-graph_parallel --without-python cxxflags="-std=c++11 
-fPIC -I$TP_INCLUDE_DIR -L$TP_LIB_DIR" install
+    ./bootstrap.sh --prefix=$TP_INSTALL_DIR     
+    ./b2 link=static runtime-link=static -j$PARALLEL --without-mpi 
--without-graph --without-graph_parallel --without-python cxxflags="-std=c++11 
-g -fPIC -I$TP_INCLUDE_DIR -L$TP_LIB_DIR" install

Review comment:
       missing whitespace




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to