mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Docs: Mention building with bundled roots
This commit is contained in:
parent
b07a6728f3
commit
74d1ade884
1 changed files with 8 additions and 6 deletions
|
|
@ -42,17 +42,19 @@ Build and install the tool via cargo...
|
|||
|
||||
## Build From Source
|
||||
|
||||
Debug build with logging enabled:
|
||||
|
||||
$ cargo build --features logging
|
||||
|
||||
Release build without logging:
|
||||
Release build:
|
||||
|
||||
$ cargo build --release
|
||||
|
||||
To enable the log output, set the `RUST_LOG` env variable:
|
||||
Release build with bundled CA roots:
|
||||
|
||||
$ export RUST_LOG=tldr=debug
|
||||
$ cargo build --release --no-default-features --features webpki-roots
|
||||
|
||||
Debug build with logging support:
|
||||
|
||||
$ cargo build --features logging
|
||||
|
||||
(To enable logging at runtime, export the `RUST_LOG=tldr=debug` env variable.)
|
||||
|
||||
## Autocompletion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue