mirror of
https://github.com/curl/curl.git
synced 2026-04-16 17:21:41 +03:00
cmake: allow CURL_STATIC_CRT with UCRT VS2015+ builds
After this patch, we're back to 8.12.1, but disallowing `CURL_STATIC_CRT=ON` with shared curl exe built with VS2013 or older. Because those may crash. A stable reprducer is with `ENABLE_DEBUG=ON` and calling `curl.exe -V`. You can pass the necessary CMake and MSVC linker options manually, to get around this condition. Shared build with static UCRT may be crashing too, depending on conditions. Consult the documentation about limitations of static CRT: https://learn.microsoft.com/cpp/c-runtime-library/crt-library-features Follow-up to049352dd80#16516 Follow-up toedfa537100#16456 Ref: #16394 Closes #16522
This commit is contained in:
parent
9a0767017c
commit
61407464bf
3 changed files with 4 additions and 3 deletions
1
.github/scripts/spellcheck.words
vendored
1
.github/scripts/spellcheck.words
vendored
|
|
@ -868,6 +868,7 @@ typedef
|
|||
typedefed
|
||||
Ubuntu
|
||||
ucLinux
|
||||
UCRT
|
||||
UDP
|
||||
UI
|
||||
UID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue