Add -z pack-relative-relocs
to RUSTFLAGS
#196
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "BertalanD/ALHP.GO:rust-relr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
rustc/cargo ignores LDFLAGS and requires the linker flags to be passed
via
-Clink-arg=
in RUSTFLAGS.-z pack-relative-relocs
to RUSTFLAGS 7d16607a31LGTM
I'm not sure if this PR is related, but FF is not failing to build with some
RUSTFLAGS
issue.https://alhp.dev/logs/x86-64-v2/firefox.log
Did not find time to dig deeper yet. I found https://www.reddit.com/r/Gentoo/comments/13nq5rt/firefox_rustflags_issue/ after a quick search. Seems like link-args defined multiple times kills the ff build?
EDIT: Let's track this in #197.