You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clang receives the option -undefined,dynamic_lookup to ignore missing symbols when compiling a library.
Is there a a similar option in Zig? Then I can have better scalability to compile a shared library.