]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/msvc-opt-minsize/Makefile
Rollup merge of #100226 - cjgillot:noice-multibyte, r=davidtwco
[rust.git] / src / test / run-make-fulldeps / msvc-opt-minsize / Makefile
1 -include ../tools.mk
2
3 all:
4         $(RUSTC) foo.rs -Copt-level=z 2>&1
5         $(call RUN,foo)