We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d095723 commit 42862d8Copy full SHA for 42862d8
1 file changed
.cargo/config.toml
@@ -22,9 +22,6 @@ rustflags = [
22
# Adjust this triple to your actual BPF target (bpfel-unknown-none or bpfeb)
23
[target.bpfel-unknown-none]
24
rustflags = [
25
- # keep minimal & portable; let profiles set panic=abort
26
- "-C", "link-arg=-z", # placeholder; typically no special link args here
27
- # (avoid target-cpu=native, avoid exotic link flags)
28
]
29
30
# -------- Optional MUSL for small static server builds --------
0 commit comments