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:
authorRay Molenkamp <github@lazydodo.com>2017-10-29 22:16:22 +0300
committerRay Molenkamp <github@lazydodo.com>2017-10-29 22:16:22 +0300
commit475ec5269ae8f7c30795c2e771100e087b5dd315 (patch)
tree4f67447781f73d88304f767edd52e5e3bbf914b3 /CMakeLists.txt
parent6099b2620d645f4129c42af2272cb6bd8538fc7a (diff)
CMake: use only absolute linker paths for msvc.
cmake's link_directories will supply forward slashes for the search paths, the msvc linker has some issues with that, while it will search for the needed libs just fine, the incremental linker gets fed forward slashes for some libs, while the previous binary has backward slashes in it's metadata, the linker assumes obj files got added and performs a full link instead of an incremental link. This change brings down the link time with newer msvc versions for a trivial edit down from a few minutes to a few seconds.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions