diff --git a/Cargo.toml b/Cargo.toml index 68dd41f..59b72fd 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