This PR adds the --no-undefined
option to a linker, which supports it.
From the GNU ld docs:
--no-undefined
Report unresolved symbol references from regular object files. This is done even if the linker is creating a non-symbolic shared library.
Closes #1556.
Looking for Concept (N)ACKs. Once ACKed, I’ll add the same functionality to the Autotools-based build system.