From 614dea755b5703018ccf42c1c28c7cc5de22305e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 26 Oct 2021 19:05:00 +0200 Subject: [PATCH] README: mention that release mode should be used for glommio build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6249884..895292e 100644 --- a/README.md +++ b/README.md @@ -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 ```