mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-27 10:24:14 +01:00
Static link crt
This commit is contained in:
parent
f872b4e49c
commit
7dc663a170
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 New Issue
Block a user