summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/split-dwarf/Makefile
blob: 93dfc8e76a961b5080a6feaf0b6112d3de4d86c1 (plain)
1
2
3
4
5
6
7
8
-include ../tools.mk

# only-linux

all:
	$(RUSTC) -Z unstable-options -C split-debuginfo=packed foo.rs -g
	rm $(TMPDIR)/foo.dwp
	rm $(TMPDIR)/$(call BIN,foo)