According to the manpage of rustc(1) it is: link-args='-flag1 -flag2'
an 's' was missing.
Approved by: jrm (mentor), otis (mentor)
MFH: 2025Q3
Differential D51803
Mk/Uses/cargo.mk: Fix incorrect linker argument in RUSTFLAGS michaelo on Aug 7 2025, 7:21 PM. Authored by Tags None Referenced Files
Subscribers None
Details According to the manpage of rustc(1) it is: link-args='-flag1 -flag2' Approved by: jrm (mentor), otis (mentor)
Diff Detail
Event TimelineComment Actions I'm not sure if link-args is a valid argument, can't seem to find any clear documentation on this case. Comment Actions Disregarg, it's in the manual page. LGTM then. Let's wait for someone from rust team. |