build: Require C++20 compiler

This commit is contained in:
MarcoFalke
2023-08-27 10:45:39 +02:00
parent dce1dfbc47
commit fa67f096bd
7 changed files with 8 additions and 18 deletions

View File

@@ -49,7 +49,7 @@ NO_HARDEN ?=
FALLBACK_DOWNLOAD_PATH ?= https://bitcoincore.org/depends-sources
C_STANDARD ?= c11
CXX_STANDARD ?= c++17
CXX_STANDARD ?= c++20
BUILD = $(shell ./config.guess)
HOST ?= $(BUILD)