blob: 00199ca970d3d52ef39af1c9cf27c88750f170ed [file] [log] [blame]
include ../tools.mk
all:
$(RUSTC) foo.rs -g -O
RUSTC="$(RUSTC_ORIGINAL)" $(call RUN,foo)