raulcd commented on code in PR #47733:
URL: https://github.com/apache/arrow/pull/47733#discussion_r2411123814
##########
ci/scripts/python_wheel_xlinux_build.sh:
##########
@@ -124,6 +125,7 @@ cmake \
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=/tmp/arrow-dist \
+ -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=${CMAKE_INTERPROCEDURAL_OPTIMIZATION}
\
Review Comment:
that makes sense, let me have all Arrow C++ builds with it correctly and I
will try to add it to pyarrow afterwards
--
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]