Issue Details
- Number
- 31456
- Title
- Use clang in VS build?
- Description
- MSVC has many issues, for example:
* non-optimized codegen: https://github.com/bitcoin/bitcoin/pull/29852#issuecomment-2049803970
* compile failure: https://github.com/bitcoin/bitcoin/issues/31303
* legal, but brittle stdlib: https://github.com/bitcoin/bitcoin/pull/31391#issuecomment-2510762011
* unspecified issue: https://github.com/bitcoin/bitcoin/pull/31061#issuecomment-2531244463
Thus, it could make sense to evaluate whether to switch the build docs to clang (possibly with libc++), see https://learn.microsoft.com/en-us/cpp/build/clang-support-msbuild
- URL
-
https://github.com/bitcoin/bitcoin/issue/31456
- Closed by
-
Back to List