jonkeane commented on code in PR #49982:
URL: https://github.com/apache/arrow/pull/49982#discussion_r3268482150


##########
r/inst/build_arrow_static.sh:
##########
@@ -74,6 +77,9 @@ ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
     -DARROW_CSV=ON \
     -DARROW_DATASET=${ARROW_DATASET:-ON} \
     -DARROW_DEPENDENCY_SOURCE=${ARROW_DEPENDENCY_SOURCE:-AUTO} \
+    -DARROW_DEPENDENCY_USE_SHARED=${ARROW_DEPENDENCY_USE_SHARED:-ON} \
+    -DARROW_ENABLE_THREADING=${ARROW_ENABLE_THREADING:-ON} \
+    -DARROW_FLIGHT=${ARROW_FLIGHT:-OFF} \

Review Comment:
   Ok cool. FWIW I'm fine to put it in here (so long as it's not adding or 
removing functionality that was configured to not be or be there...) just 
wanted to make sure I'm not misreading.



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