[
https://issues.apache.org/jira/browse/ARROW-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16573551#comment-16573551
]
Antoine Pitrou commented on ARROW-3023:
---------------------------------------
So this means we'd save ~20 seconds of CPU time on each build. By the way, I
tested this by adding the following line to the CMake scripts (works with
clang, I'm not sure about gcc):
{code}
set(CXX_COMMON_FLAGS "${CXX_COMMON_FLAGS} -fuse-ld=gold")
{code}
> [C++] Use gold linker in builds if it is available
> --------------------------------------------------
>
> Key: ARROW-3023
> URL: https://issues.apache.org/jira/browse/ARROW-3023
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Wes McKinney
> Priority: Major
> Fix For: 0.11.0
>
>
> This will improve linking time in builds
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)