Replies: 1 comment
-
Compare compile flags from the build flags? Vcpkg is probably bigger because of debug info being embedded. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I integrated libwebp using vcpkg in my NDK(arm64-android) project, but I noticed that the static library compiled by vcpkg is significantly larger than the one I compiled myself. When checking in the vcpkg buildtrees directory, I found both debug and release versions, and surprisingly, the release version is larger than the debug version. Is there an error in your build configuration?
Release:

DEBUG:

windows platform is normal。
Beta Was this translation helpful? Give feedback.
All reactions