39b3a95efb28838fcdd3071f18919a8a3a7e1047
Ever since #107858 landed builds of a single library from a clean state were significant heavier than they used to the since the full dependency chain is being build. While this is desired behavior since some projects emit artefacts (like bf_dna's dna_type_offsets.h) for others given we are building static libraries that don't actually get linked until the very end this is unneeded. CMake offers a flag here to optimize this called CMAKE_OPTIMIZE_DEPENDENCIES. See the CMake docs for details what this exactly does. This diff changes the default for CMAKE_OPTIMIZE_DEPENDENCIES from Off to On for all CMake versions that support it. If people desire to do so, this flag can still be changed though CMakeCache.txt Pull Request: https://projects.blender.org/blender/blender/pulls/109672
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
