You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: