feat/update_config #10

Merged
tqcq merged 26 commits from feat/update_config into master 2024-10-14 10:15:01 +08:00
Showing only changes of commit 471fcca5b7 - Show all commits

View File

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