fix location of the emitted object file
This commit is contained in:
parent
bc1bd8a609
commit
c759eea7a6
1 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,6 @@ all:
|
|||
else
|
||||
all:
|
||||
$(RUSTC) -C opt-level=3 --emit=obj used.rs
|
||||
nm -C used.o | grep FOO
|
||||
nm -C used.o | grep -v BAR
|
||||
nm -C $(TMPDIR)/used.o | grep FOO
|
||||
nm -C $(TMPDIR)/used.o | grep -v BAR
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue