do not strip ebpf in release mode

Because aya::EbpfLoader::set_global  relies on debug symbols, the eBPF
should not be striped.
pull/149/head
Badr 1 month ago
parent 71c366d943
commit f6c23e3d4e

@ -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

Loading…
Cancel
Save