From b2a32ef7039f19a8abdcb0838ec3d3d9d4e6857d Mon Sep 17 00:00:00 2001 From: Michal Rostecki Date: Mon, 28 Mar 2022 14:01:19 +0200 Subject: [PATCH] readme: Remove the --release parameter from build-ebpf xtask That flag went away with the following PR: https://github.com/aya-rs/aya-template/pull/31 Signed-off-by: Michal Rostecki --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a90f31f..e8e9744 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ cargo xtask build-ebpf ``` -To perform a release build you can use the `--release` flag. -You may also change the target architecture with the `--target` flag +You may change the target architecture with the `--target` flag. ## Build Userspace