Building a staticlib tells you *all* of the native artifacts you must link against in a non-optional way #33173
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I'm currently building a C library, and it gets really annoying when, every time I compile, I get
First: it's not in a useful output format. It would be more useful if each of the
note: library:
s was replaced with-l
, and it was moved to one line.Second: It's not optional. I have to see this every time I compile. Which is a lot.
Third: It's to stderr. These are not errors. I can't even
>/dev/null
The text was updated successfully, but these errors were encountered: