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
@ -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…
Reference in New Issue
Block a user