mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-22 12:23:36 +00:00
Static link crt
This commit is contained in:
parent
f872b4e49c
commit
7dc663a170
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -30,6 +30,7 @@ if(WIN32)
|
|||
set(BASE_RPC_SRC ${BASE_RPC_SRC} connection_win.cpp discord_register_win.cpp)
|
||||
add_library(discord-rpc ${RPC_LIBRARY_TYPE} ${BASE_RPC_SRC})
|
||||
target_compile_options(discord-rpc PRIVATE /EHsc
|
||||
/MT
|
||||
/Wall
|
||||
/wd4100 # unreferenced formal parameter
|
||||
/wd4514 # unreferenced inline
|
||||
|
|
Loading…
Reference in a new issue