Skip to content

Commit edb3838

Browse files
committed
merge bitcoin#27387: Document NO_USDT option
Also, move `NO_NATPMP` to correct position to match upstream
1 parent 6dcbed5 commit edb3838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

depends/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,11 @@ The following can be set when running make: `make FOO=bar`
113113
- `NO_BDB`: Don't download/build/cache BerkeleyDB
114114
- `NO_SQLITE`: Don't download/build/cache SQLite
115115
- `NO_UPNP`: Don't download/build/cache packages needed for enabling UPnP
116+
- `NO_NATPMP`: Don't download/build/cache packages needed for enabling NAT-PMP
117+
- `NO_USDT`: Don't download/build/cache packages needed for enabling USDT tracepoints
116118
- `ALLOW_HOST_PACKAGES`: Packages that are missed in dependencies (due to `NO_*` option or
117119
build script logic) are searched for among the host system packages using
118120
`pkg-config`. It allows building with packages of other (newer) versions
119-
- `NO_NATPMP`: Don't download/build/cache packages needed for enabling NAT-PMP
120121
- `MULTIPROCESS`: build libmultiprocess (experimental, requires cmake)
121122
- `DEBUG`: Disable some optimizations and enable more runtime checking
122123
- `HOST_ID_SALT`: Optional salt to use when generating host package ids

0 commit comments

Comments
 (0)