build: Bump g++ minimum supported version to 12

This commit is contained in:
MarcoFalke
2025-11-10 16:11:45 +01:00
parent a4e96cae7d
commit fa807f78ae
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ Bitcoin Core requires one of the following compilers.
| Dependency | Minimum required |
| --- | --- |
| [Clang](https://clang.llvm.org) | [17.0](https://github.com/bitcoin/bitcoin/pull/33555) |
| [GCC](https://gcc.gnu.org) | [11.1](https://github.com/bitcoin/bitcoin/pull/29091) |
| [GCC](https://gcc.gnu.org) | [12.1](https://github.com/bitcoin/bitcoin/pull/33842) |
## Required