Why does the UWP toolchain use /WX- by default? #47154
ikas (ikas-mc)
started this conversation in
General
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.
Uh oh!
There was an error while loading. Please reload this page.
Recently, I added a clang-cl toolchain for vcpkg UWP, but found that some libraries which previously compiled successfully now fail to build. After read the source, I found that the original UWP toolchain uses the /WX- flag by default. why is this flag set this way?
I noticed that x64-uwp is still officially supported by vcpkg. However, the libraries built for UWP may not be fully reliable or trustworthy
libxml2
All reactions