Skip to content

Commit a514a65

Browse files
committed
enarx-keep/shims/sev: link-args=-Wl,--sort-section=alignment
reduce the size of the sev shim See rust-lang/rust#75524
1 parent aac8e18 commit a514a65

File tree

1 file changed

+1
-0
lines changed
  • enarx-keep/shims/sev/.cargo

1 file changed

+1
-0
lines changed

enarx-keep/shims/sev/.cargo/config

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
target = "x86_64-unknown-linux-musl"
33
rustflags = [
44
"-C", "relocation-model=pic",
5+
"-C", "link-args=-Wl,--sort-section=alignment",
56
"-C", "linker=../../../cc",
67
]

0 commit comments

Comments
 (0)