I'm new to a codebase and I'm looking through a Makefile. I see several compiler flags specified with a -Wl,
prefix (i.e. -Wl,--no-undefined
specified). I have not encountered this syntax before and it is difficult to Google search.
What is the prefix doing? It looks like it has to do with warnings, but I don't know and I'm hesitant to mess with it.