You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile/link an rust binary with the 'position independent executable' option disabled: RUSTFLAGS='-C link-args=-no-pie' cargo build. Unfortunately this fails with some message about there being an undefined reference to 'main':
I am trying to compile/link an rust binary with the 'position independent executable' option disabled:
RUSTFLAGS='-C link-args=-no-pie' cargo build
. Unfortunately this fails with some message about there being an undefined reference to 'main':Cargo.toml
main.rs
Output
The text was updated successfully, but these errors were encountered: