]> git.proxmox.com Git - rustc.git/blob - tests/run-make/lto-no-link-whole-rlib/Makefile
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / lto-no-link-whole-rlib / Makefile
1 # ignore-cross-compile
2 include ../tools.mk
3
4 all: $(call NATIVE_STATICLIB,foo) $(call NATIVE_STATICLIB,bar)
5 $(RUSTC) lib1.rs
6 $(RUSTC) lib2.rs
7 $(RUSTC) main.rs -Clto
8 $(call RUN,main)
9