feat update curl

This commit is contained in:
tqcq 2024-06-13 15:06:10 +08:00
parent 0e16e4ec08
commit 587c5c0c96

View File

@ -107,7 +107,7 @@ if(WIN32)
endif() endif()
endif() endif()
endif() endif()
option(CURL_LTO "Turn on compiler Link Time Optimizations" OFF) option(CURL_LTO "Turn on compiler Link Time Optimizations" ON)
cmake_dependent_option(ENABLE_THREADED_RESOLVER "Set to ON to enable threaded DNS lookup" cmake_dependent_option(ENABLE_THREADED_RESOLVER "Set to ON to enable threaded DNS lookup"
ON "NOT ENABLE_ARES" ON "NOT ENABLE_ARES"