integration-ebpf: enable BTF

Tamir Duberstein 7 days ago
parent 0237e36dbe
commit a255725872
No known key found for this signature in database

@ -26,5 +26,7 @@ fn main() {
if build_integration_bpf {
let bpf_linker = which("bpf-linker").unwrap();
println!("cargo:rerun-if-changed={}", bpf_linker.to_str().unwrap());
println!("cargo:rustc-link-arg=--btf");
}
}

Loading…
Cancel
Save