Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-01-12 05:35:07 +0300
committerCampbell Barton <campbell@blender.org>2022-01-14 01:44:58 +0300
commit8b3d798374a2c6b5026791e8ef5ce4fe6494f801 (patch)
tree63c5e1bd9e13fbe7d196a05c2cefa3802fe1417b /source/blender/editors/space_outliner
parent0c5ccae79d62127106af589f2d732cf40aa5213a (diff)
CMake: add WITH_LINKER_MOLD option for GCC/Clang Unix platforms
Can give considerably faster linking, especially on system with many cores. The mold linker recently reached 1.0, see: https://github.com/rui314/mold The current stable release of GCC can't use this linker via -fuse-ld=mold, so this patch uses the "-B" argument to add a binary directory containing an alternate "ld" command that points to "mold" (which is part of the default mold installation). Some timing tests for linking full builds for AMD TR 3970X: - BFD: 20.78 seconds. - LLD: 12.16 seconds. - GOLD: 7.21 seconds. - MOLD: 2.53 seconds. Ref D13807 Reviewed by: sergey, brecht
Diffstat (limited to 'source/blender/editors/space_outliner')
0 files changed, 0 insertions, 0 deletions