Merge pull request #261 from nix-community/reproducible-stub
Remove Nondeterminism in Stub
This commit is contained in:
commit
2123d3a0e1
|
@ -1,2 +1,4 @@
|
||||||
[build]
|
[build]
|
||||||
target = "x86_64-unknown-uefi"
|
target = "x86_64-unknown-uefi"
|
||||||
|
# Strip timestamps from binaries.
|
||||||
|
rustflags = ["-C", "link-args=/Brepro"]
|
||||||
|
|
Loading…
Reference in New Issue