microsoft/cpprestsdk

Static linkage makes the target size really huge

Romain-P opened this issue · 0 comments

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?