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