We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6a927 commit 36c4873Copy full SHA for 36c4873
src/test/run-make-fulldeps/reproducible-build/Makefile
@@ -81,7 +81,7 @@ extern_flags:
81
fat_lto:
82
rm -rf $(TMPDIR) && mkdir $(TMPDIR)
83
$(RUSTC) reproducible-build-aux.rs
84
- $(RUSTC) reproducible-build.rs -C lto=fat -C opt-level=1
+ $(RUSTC) reproducible-build.rs -C lto=fat
85
cp $(TMPDIR)/reproducible-build $(TMPDIR)/reproducible-build-a
86
87
cmp "$(TMPDIR)/reproducible-build-a" "$(TMPDIR)/reproducible-build" || exit 1
0 commit comments