mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
7ae1c35fcb
Flag was added in CMake 2.0 update and is incompatible with incremental linking enabled by default for Debug configuration (MSVC default). The original error that necessitates adding LTCG is not present with current obs-deps anymore, so remove it instead and disable the hard-coded default library directive in Debug configuration.