cryos opened a new pull request, #40603: URL: https://github.com/apache/arrow/pull/40603
Move the mold linker flags to the CMake `CMAKE_*_LINKER_FLAGS` variables. ### Rationale for this change Move the mold linker flags to the CMake `CMAKE_*_LINKER_FLAGS` variables. This is the more correct place to add them as they will only be used during linking, it would invalidate any [s]ccache less frequently if changing linkers and I think it is more clear/correct. ### What changes are included in this PR? Moving the mold linker flags from the `CMAKE_*_FLAGS` to `CMAKE_*_LINKER_FLAGS`. ### Are these changes tested? Existing tests and validation would cover these changes and the result is essentially the same as before. ### Are there any user-facing changes? No -- 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]
