]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/lto-no-link-whole-rlib/Makefile
Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillot
[rust.git] / tests / 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