We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac8e18 commit a514a65Copy full SHA for a514a65
enarx-keep/shims/sev/.cargo/config
@@ -2,5 +2,6 @@
2
target = "x86_64-unknown-linux-musl"
3
rustflags = [
4
"-C", "relocation-model=pic",
5
+ "-C", "link-args=-Wl,--sort-section=alignment",
6
"-C", "linker=../../../cc",
7
]
0 commit comments