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 <vadorovsky@gmail.com>
pull/37/head
Michal Rostecki 3 years ago
parent b9abc9a11c
commit b2a32ef703

@ -12,8 +12,7 @@
cargo xtask build-ebpf cargo xtask build-ebpf
``` ```
To perform a release build you can use the `--release` flag. You may change the target architecture with the `--target` flag.
You may also change the target architecture with the `--target` flag
## Build Userspace ## Build Userspace

Loading…
Cancel
Save