Skip to content

Commit 36c4873

Browse files
committed
Try to fix test on Windows.
1 parent 3e6a927 commit 36c4873

File tree

1 file changed

+2
-2
lines changed
  • src/test/run-make-fulldeps/reproducible-build

1 file changed

+2
-2
lines changed

src/test/run-make-fulldeps/reproducible-build/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extern_flags:
8181
fat_lto:
8282
rm -rf $(TMPDIR) && mkdir $(TMPDIR)
8383
$(RUSTC) reproducible-build-aux.rs
84-
$(RUSTC) reproducible-build.rs -C lto=fat -C opt-level=1
84+
$(RUSTC) reproducible-build.rs -C lto=fat
8585
cp $(TMPDIR)/reproducible-build $(TMPDIR)/reproducible-build-a
86-
$(RUSTC) reproducible-build.rs -C lto=fat -C opt-level=1
86+
$(RUSTC) reproducible-build.rs -C lto=fat
8787
cmp "$(TMPDIR)/reproducible-build-a" "$(TMPDIR)/reproducible-build" || exit 1

0 commit comments

Comments
 (0)