obs-filters: Suppress LNK4098

defaultlib 'MSVCRT' conflicts with use of other libs; use
/NODEFAULTLIB:library
This commit is contained in:
jpark37 2022-07-12 22:05:54 -07:00 committed by Jim
parent 9f0769cc82
commit da35719f83

View File

@ -29,7 +29,7 @@ else()
if(OS_WINDOWS)
target_link_options(obs-filters PRIVATE "LINKER:/LTCG"
"LINKER:/IGNORE:4099")
"LINKER:/IGNORE:4098" "LINKER:/IGNORE:4099")
endif()
endif()