aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-08-31 13:34:43 +0800
committerfanquake <fanquake@gmail.com>2022-06-16 16:59:05 +0100
commit7e7b3e42fa98b584ae60513a6774037bf677b8ce (patch)
tree165cab169ec64034c8bcf6cd8b5e8c0683322242 /depends/README.md
parent8035b5c80df51130af7cd398da84186ee42dd6e3 (diff)
downloadbitcoin-7e7b3e42fa98b584ae60513a6774037bf677b8ce.tar.xz
build: add and use C_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 26bfd9bed5..de3bc84b80 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -96,6 +96,7 @@ The following can be set when running make: `make FOO=bar`
- `BASE_CACHE`: Built packages will be placed here
- `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`.
- `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