pitrou commented on PR #36230:
URL: https://github.com/apache/arrow/pull/36230#issuecomment-1602457889

   @kou The C++ build directory takes more than 8GB in this build, which is 
insane (partly due to building bundled gRPC and google-cloud-cpp with *static* 
libraries).
   
   This can be trimmed down significantly by reducing the size of debug 
information (which isn't very useful on CI anyway). If I do:
   ```
   export ARROW_C_FLAGS_DEBUG=-g1
   export ARROW_CXX_FLAGS_DEBUG=-g1
   ```
   then the size of the build directory goes down from 8GB to 5GB...
   
   We should probably do so on all gcc-based builds.


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