]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/lto-no-link-whole-rlib/Makefile
Rollup merge of #96081 - eduardosm:masks_usize_size_agnostic, r=yaahc
[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