mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 19:39:22 +00:00
Updated dependencies
This commit is contained in:
parent
fadc5055b2
commit
262b4f2a2e
12 changed files with 7 additions and 4 deletions
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
|
@ -252,8 +252,9 @@ jobs:
|
|||
matrix:
|
||||
config:
|
||||
- {vs: Visual Studio 16 2019, os: 2019, msbuild: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\MSBuild\\Current\\Bin\\amd64\\", rx: "ON"}
|
||||
- {vs: Visual Studio 17 2022, os: 2022, msbuild: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\Msbuild\\Current\\Bin\\amd64\\", rx: "ON"}
|
||||
- {vs: Visual Studio 17 2022, os: 2022, msbuild: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\Msbuild\\Current\\Bin\\amd64\\", rx: "OFF"}
|
||||
- {vs: Visual Studio 16 2019, os: 2019, msbuild: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\MSBuild\\Current\\Bin\\amd64\\", rx: "OFF"}
|
||||
#- {vs: Visual Studio 17 2022, os: 2022, msbuild: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\Msbuild\\Current\\Bin\\amd64\\", rx: "ON"}
|
||||
#- {vs: Visual Studio 17 2022, os: 2022, msbuild: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\Msbuild\\Current\\Bin\\amd64\\", rx: "OFF"}
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
@ -47,6 +47,8 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES MSVC)
|
|||
|
||||
set(CMAKE_C_FLAGS_RELWITHDEBINFO "${GENERAL_FLAGS} ${WARNING_FLAGS} ${SECURITY_FLAGS} /Ob1 /Ot /Zi /MT")
|
||||
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${GENERAL_FLAGS} ${WARNING_FLAGS} ${SECURITY_FLAGS} /Ob1 /Ot /Zi /MT")
|
||||
|
||||
set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} /LTCG")
|
||||
elseif (CMAKE_CXX_COMPILER_ID MATCHES Clang)
|
||||
set(GENERAL_FLAGS "-pthread")
|
||||
set(WARNING_FLAGS "-Wall -Wextra -Wno-undefined-internal -Wunreachable-code-aggressive -Wmissing-prototypes -Wmissing-variable-declarations -Werror")
|
||||
|
|
BIN
external/lib/libcurl/Debug/libcurld.lib
vendored
BIN
external/lib/libcurl/Debug/libcurld.lib
vendored
Binary file not shown.
BIN
external/lib/libcurl/Debug/libcurld.pdb
vendored
BIN
external/lib/libcurl/Debug/libcurld.pdb
vendored
Binary file not shown.
BIN
external/lib/libcurl/Release/libcurl.lib
vendored
BIN
external/lib/libcurl/Release/libcurl.lib
vendored
Binary file not shown.
BIN
external/lib/libcurl/Release/libcurl.pdb
vendored
Normal file
BIN
external/lib/libcurl/Release/libcurl.pdb
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
external/lib/libzmq/Release/libzmq-v142-mt-s-4_3_5.pdb
vendored
Normal file
BIN
external/lib/libzmq/Release/libzmq-v142-mt-s-4_3_5.pdb
vendored
Normal file
Binary file not shown.
2
external/src/curl
vendored
2
external/src/curl
vendored
|
@ -1 +1 @@
|
|||
Subproject commit c12fb3ddaf48e709a7a4deaa55ec485e4df163ee
|
||||
Subproject commit 046209e561b7e9b5aab1aef7daebf29ee6e6e8c7
|
2
external/src/libzmq
vendored
2
external/src/libzmq
vendored
|
@ -1 +1 @@
|
|||
Subproject commit bdd471fa17100fe84f64da348951dab3ee4780bb
|
||||
Subproject commit 8c725093ac4b44a97e6cb64566989ef12b71986c
|
Loading…
Reference in a new issue