assignUser commented on code in PR #39629:
URL: https://github.com/apache/arrow/pull/39629#discussion_r1453384921


##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -2634,7 +2639,7 @@ macro(build_bzip2)
                       BUILD_IN_SOURCE 1
                       BUILD_COMMAND ${MAKE} libbz2.a ${MAKE_BUILD_ARGS}
                                     ${BZIP2_EXTRA_ARGS}
-                      INSTALL_COMMAND ${MAKE} install PREFIX=${BZIP2_PREFIX}
+                      INSTALL_COMMAND ${MAKE} install -j1 
PREFIX=${BZIP2_PREFIX}

Review Comment:
   The var might contain args that don't apply to `make install` and  there 
isn't really much of a performance loss for copying files I'd say. Also this is 
how it was done for jemalloc so I followed that as well :)



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to