use release profile as build default

pull/38/head
Dmitry Savintsev 3 years ago
parent b9abc9a11c
commit fb79f284e4

@ -10,8 +10,8 @@ pub struct Options {
/// Set the endianness of the BPF target
#[structopt(default_value = "bpfel-unknown-none", long)]
pub bpf_target: Architecture,
/// Build profile for userspace program
#[structopt(default_value = "dev", long)]
/// Build profile for ebpf and userspace program
#[structopt(default_value = "release", long)]
pub profile: String,
/// The command used to wrap your application
#[structopt(short, long, default_value = "sudo -E")]

Loading…
Cancel
Save