aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-09-09 14:21:01 +0800
committerfanquake <fanquake@gmail.com>2022-06-16 17:01:05 +0100
commitf7595f1354f4618436fdab232000dc152bff315a (patch)
tree6bfe6ced406cc2f0b8f6b7c4e2642afe324c0913 /depends/README.md
parent7e7b3e42fa98b584ae60513a6774037bf677b8ce (diff)
downloadbitcoin-f7595f1354f4618436fdab232000dc152bff315a.tar.xz
build: add and use CXX_STANDARD in depends
Diffstat (limited to 'depends/README.md')
-rw-r--r--depends/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/README.md b/depends/README.md
index de3bc84b80..66e1ddc4eb 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -97,6 +97,7 @@ The following can be set when running make: `make FOO=bar`
- `SDK_PATH`: Path where SDKs can be found (used by macOS)
- `FALLBACK_DOWNLOAD_PATH`: If a source file can't be fetched, try here before giving up
- `C_STANDARD`: Set the C standard version used. Defaults to `c11`.
+- `CXX_STANDARD`: Set the C++ standard version used. Defaults to `c++17`.
- `NO_QT`: Don't download/build/cache Qt and its dependencies
- `NO_QR`: Don't download/build/cache packages needed for enabling qrencode
- `NO_ZMQ`: Don't download/build/cache packages needed for enabling ZeroMQ