Skip to content

VS: Don't turn on /DEBUG:FASTLINK for managed C++ targets

Calum Robinson requested to merge calum/cmake:vs-managed-fastlink into master

FastLink is only supported for native C++ targets. Turning it off avoids a warning when building managed C++.

Merge request reports