blob: f56b4168b2d66673a0f98895b7e786d910ea2c4c (
plain)
1
2
3
4
5
6
7
8
9
|
-include ../tools.mk
# only-linux
# min-llvm-version: 11.0
all:
$(RUSTC) -Z unstable-options -C split-debuginfo=packed -C debuginfo=2 foo.rs -g
rm $(TMPDIR)/foo.dwp
rm $(TMPDIR)/$(call BIN,foo)
|