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


##########
cpp/cmake_modules/DefineOptions.cmake:
##########
@@ -111,7 +111,10 @@ if(ARROW_DEFINE_OPTIONS)
 
   define_option(ARROW_POSITION_INDEPENDENT_CODE
                 "Whether to create position-independent target" ON)
-
+  
+  define_option(ARROW_USE_SCCACHE "Use sccache when compiling (if available), 
takes precdence\
+   over ccache" ON)

Review Comment:
   I have added logic that only enables `sccache` if any of the storage back 
ends (including local) are explicitly specified, this way we can take advantage 
of default ON without worsening the DX.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to