README: mention that release mode should be used for glommio build

This commit is contained in:
Joakim Frostegård 2021-10-26 19:05:00 +02:00
parent 40eff52f1c
commit 614dea755b

View file

@ -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
```