Skip to content

Commit

Permalink
don't pass -C to nm
Browse files Browse the repository at this point in the history
the nm in our macOS bots don't support that flag and it's not really required
  • Loading branch information
Jorge Aparicio committed Apr 7, 2017
1 parent f4f79c3 commit 98037ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make/used/Makefile
Expand Up @@ -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

0 comments on commit 98037ca

Please sign in to comment.