what is option --no-undefined

what is meaning of option:

--no-undefined Do not allow unresolved references in object files


if not used ?

How is the binary release having an allowed unresolved references in its object files ?
Allowing unresolved symbols is a "normal" behavior, where compiled code may refer to functions that are declared but not defined in the same translation unit.

Last edited on
Topic archived. No new replies allowed.