mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
README: mention that release mode should be used for glommio build
This commit is contained in:
parent
40eff52f1c
commit
614dea755b
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ In some cases, it performs even better than the cross-platform implementation.
|
|||
To use it, pass the `with-glommio` feature when building, e.g.:
|
||||
|
||||
```sh
|
||||
cargo build -p aquatic_udp --features "with-glommio" --no-default-features
|
||||
cargo build --release -p aquatic_udp --features "with-glommio" --no-default-features
|
||||
./target/release/aquatic_udp
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue