Skip to content

Commit c9aace2

Browse files
committed
depends, doc: Document NO_USDT option
1 parent a0d37d1 commit c9aace2

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
@@ -107,7 +107,8 @@ The following can be set when running make: `make FOO=bar`
107107
- `NO_BDB`: Don't download/build/cache BerkeleyDB
108108
- `NO_SQLITE`: Don't download/build/cache SQLite
109109
- `NO_UPNP`: Don't download/build/cache packages needed for enabling UPnP
110-
- `NO_NATPMP`: Don't download/build/cache packages needed for enabling NAT-PMP</dd>
110+
- `NO_NATPMP`: Don't download/build/cache packages needed for enabling NAT-PMP
111+
- `NO_USDT`: Don't download/build/cache packages needed for enabling USDT tracepoints
111112
- `ALLOW_HOST_PACKAGES`: Packages that are missed in dependencies (due to `NO_*` option or
112113
build script logic) are searched for among the host system packages using
113114
`pkg-config`. It allows building with packages of other (newer) versions

0 commit comments

Comments
 (0)