Merge pull request #261 from nix-community/reproducible-stub

Remove Nondeterminism in Stub
This commit is contained in:
Julian Stecklina 2023-11-14 14:48:04 +00:00 committed by GitHub
commit 2123d3a0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
[build]
target = "x86_64-unknown-uefi"
# Strip timestamps from binaries.
rustflags = ["-C", "link-args=/Brepro"]