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