what is option --no-undefined

Nov 6, 2021 at 12:43am
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 ?
Nov 6, 2021 at 12:48am
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 Nov 6, 2021 at 12:49am
Topic archived. No new replies allowed.