cpprestsdk
cpprestsdk copied to clipboard
Static linkage makes the target size really huge
Cmakefile.txt
find_package(cpprestsdk)
target_link_libraries(module PRIVATE cpprestsdk::cpprest)
When compiling, the dll size increases by 3MB+ size, am I missing a specific option?