aboutsummaryrefslogtreecommitdiff
path: root/depends/README.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-11-16 10:01:38 +0800
committerfanquake <fanquake@gmail.com>2022-06-14 12:08:27 +0100
commit094772656d71b3f5022ae292094e878da035de9e (patch)
tree25e0ef7721c5dc5a4970324a48f892141d8c3541 /depends/README.md
parent9e4fbebcc8e497016563e46de4c64fa094edab2d (diff)
downloadbitcoin-094772656d71b3f5022ae292094e878da035de9e.tar.xz
build: support LTO in depends
No Qt for now.
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 da2a74e0e7..26bfd9bed5 100644
--- a/depends/README.md
+++ b/depends/README.md
@@ -117,6 +117,7 @@ The following can be set when running make: `make FOO=bar`
- `LOG`: Use file-based logging for individual packages. During a package build its log file
resides in the `depends` directory, and the log file is printed out automatically in case
of build error. After successful build log files are moved along with package archives
+- `LTO`: Use LTO when building packages.
If some packages are not built, for example `make NO_WALLET=1`, the appropriate
options will be passed to bitcoin's configure. In this case, `--disable-wallet`.