Does it worth using MSVC /GL (Whole program optimization) compiler option for vcpkg dependencies?
#50016
Unanswered
PolarGoose
asked this question in
Q&A
Replies: 0 comments
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.
-
MSVC compiler has /GL (Whole program optimization) option. It is not used by vcpkg by default.
Is it worth using it for vcpkg dependencies? I assume that I will have to create a custom triplet for that.
Beta Was this translation helpful? Give feedback.
All reactions