Are there optimizations for linking only the neccesary libs intead of every lib in vcpkg
?
#24137
playgithub
started this conversation in
Ideas
Replies: 2 comments
-
You can manually link only these libs that are used by your project in msbuild. But it is impossible for vcpkg to detect which libs are actually needed by your project. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It'll be boring when there are massive transitive dependencies.
Is it better if top depencies are set manually in settings as below and transitive dependencies are set automatically. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there optimizations for linking only the neccesary libs intead of every lib in
vcpkg
?Beta Was this translation helpful? Give feedback.
All reactions