We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Clinker-features=-lld
1 parent add1ec5 commit d9693aeCopy full SHA for d9693ae
2 files changed
.cargo/config.toml
@@ -1,2 +1,2 @@
1
[target.x86_64-unknown-linux-gnu]
2
-rustflags = ["-Zlinker-features=-lld"]
+rustflags = ["-Clinker-features=-lld"]
build.rs
@@ -24,6 +24,7 @@ fn main() -> Result<()> {
24
// Run cargo to compile the eBPF program.
25
let status = std::process::Command::new("cargo")
26
.current_dir("cgroup_device_filter")
27
+ .env_remove("CARGO_ENCODED_RUSTFLAGS")
28
.args(["build", "--release"])
29
.status()?;
30
0 commit comments