summaryrefslogtreecommitdiffstats
path: root/tests/run-make/msvc-opt-minsize/Makefile
blob: 32e6e28018f7ab962cf3a23ee25479cb356529dd (plain)
1
2
3
4
5
6
# ignore-cross-compile
include ../tools.mk

all:
	$(RUSTC) foo.rs -Copt-level=z 2>&1
	$(call RUN,foo)