obs-filters: Suppress LNK4098
defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
This commit is contained in:
parent
9f0769cc82
commit
da35719f83
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user