xhochy commented on a change in pull request #8153:
URL: https://github.com/apache/arrow/pull/8153#discussion_r495001612



##########
File path: ci/scripts/PKGBUILD
##########
@@ -76,8 +76,10 @@ build() {
     export CPPFLAGS="${CPPFLAGS} -I${MINGW_PREFIX}/include"
     export LIBS="-L${MINGW_PREFIX}/libs"
     export ARROW_S3=OFF
+    export CMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
   else
     export ARROW_S3=ON
+    export CMAKE_INTERPROCEDURAL_OPTIMIZATION=ON

Review comment:
       ```suggestion
       export CMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
       export CMAKE_AR=gcc-ar
       export CMAKE_NM=gcc-nm
       export CMAKE_RANLIB=gcc-ranlib
   ```




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

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


Reply via email to