Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no way to disable link suggestions #41592

Closed
shahn opened this issue Apr 28, 2017 · 2 comments
Closed

no way to disable link suggestions #41592

shahn opened this issue Apr 28, 2017 · 2 comments

Comments

@shahn
Copy link
Contributor

shahn commented Apr 28, 2017

When building a static library, rust emits a long list of libraries to link to. --quiet does not help in silencing it, and it really clutters the build output with completely redundant information.

note: link against the following native artifacts when linking against this static library

note: the order and any duplication can be significant on some platforms, and so may need to be preserved

note: library: util

note: library: dl

note: library: rt

note: library: pthread

note: library: gcc_s

note: library: c

note: library: m

note: library: rt

note: library: pthread

note: library: util
@codyps
Copy link
Contributor

codyps commented Apr 28, 2017

Related: do we actually need to emit the extra newlines between each line here? That definitely contributes to making this an eyesore.

@alexcrichton
Copy link
Member

Closing as a duplicate of #33173

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants