]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/lto-no-link-whole-rlib/Makefile
Rollup merge of #104181 - jackh726:known-bug-tests, r=Mark-Simulacrum
[rust.git] / src / test / run-make-fulldeps / lto-no-link-whole-rlib / Makefile
1 include ../tools.mk
2
3 all: $(call NATIVE_STATICLIB,foo) $(call NATIVE_STATICLIB,bar)
4         $(RUSTC) lib1.rs
5         $(RUSTC) lib2.rs
6         $(RUSTC) main.rs -Clto
7         $(call RUN,main)
8