Skip to content

Commit 42862d8

Browse files
committed
better flags
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent d095723 commit 42862d8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.cargo/config.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ rustflags = [
2222
# Adjust this triple to your actual BPF target (bpfel-unknown-none or bpfeb)
2323
[target.bpfel-unknown-none]
2424
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)
2825
]
2926

3027
# -------- Optional MUSL for small static server builds --------

0 commit comments

Comments
 (0)