lidavidm commented on pull request #11602:
URL: https://github.com/apache/arrow/pull/11602#issuecomment-961871665


   It only has an effect on MacOS and is a no-op otherwise. I think it 
shouldn't hurt - when turned off, then the dynamic linker will search for 
libarrow in the install location. When turned on (which appears to be the 
default in CMake), the dynamic linker will search for libarrow in the rpath, 
which is a set of search paths (that appear to default to system directories). 
So for development, I think it makes more sense to disable this.


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