blender/build_files
Ray Molenkamp 518b97e674 Windows/Ninja: Optimize linker performance
The /Zc:inline flag is by default off in the MSVC
compiler however when you build with msbuild it adds
it to the build flags on its own.

Ninja however does not decide on its own to add
flags you didn't ask for and was building without
this flag.

This change explicitly adds the compiler flag so
msbuild and ninja builds are once more building
with the same build flags leading to smaller .obj
files when building with ninja and lightening the
workload for the linker.

This flag is available starting MSVC 2013 update 2
so does not need to be guarded with version checks.
2021-08-25 10:55:45 -06:00
..
build_environment Fix T90719: Boost sources dowload address needed to be updated. 2021-08-17 18:01:42 +02:00
buildbot Update all README to clearify intention or usage 2021-05-31 18:58:42 +02:00
cmake Windows/Ninja: Optimize linker performance 2021-08-25 10:55:45 -06:00
config Pipeline: Use more explicit cuda versions. 2021-08-23 13:47:40 +02:00
package_spec Fix T63805: remove outdated and unused Linux package spec files 2020-01-27 12:22:01 +01:00
utils Add and update README.md files for CI script removal 2021-05-28 19:46:53 +02:00
windows Windows: Add support to compile python api docs from make file 2021-08-06 13:55:14 -04:00