rust/tests/run-make-fulldeps/lto-no-link-whole-rlib/Makefile
2023-01-11 09:32:08 +00:00

9 lines
163 B
Makefile

include ../tools.mk
all: $(call NATIVE_STATICLIB,foo) $(call NATIVE_STATICLIB,bar)
$(RUSTC) lib1.rs
$(RUSTC) lib2.rs
$(RUSTC) main.rs -Clto
$(call RUN,main)