diff --git a/Cargo.toml b/Cargo.toml index d0d3678..13ef4d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,3 +32,4 @@ which = { version = "6.0.0", default-features = false } [profile.release.package.{{project-name}}-ebpf] debug = 2 codegen-units = 1 +strip = false