don't pass -C to nm
the nm in our macOS bots don't support that flag and it's not really required
This commit is contained in:
parent
f4f79c3304
commit
98037ca43d
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ all:
|
|||
else
|
||||
all:
|
||||
$(RUSTC) -C opt-level=3 --emit=obj used.rs
|
||||
nm -C $(TMPDIR)/used.o | grep FOO
|
||||
nm $(TMPDIR)/used.o | grep FOO
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue