We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7e01d commit d0e4cdcCopy full SHA for d0e4cdc
enarx-keep/shims/shim-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