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
In the ld_proxy, during wrapper creation we search the available library paths for those libraries listed in NEEDED, and recursively perform this search to locate all transitively needed libraries, producing a final library directory containing only those requested and nothing else. This same optimization is not implemented in, std.wrap(), leading binaries wrapped this way to carry extra unneeded references.
Mirror the logic from ld_proxy to optionally allow building optimized library paths from Tangram Typescript.
The text was updated successfully, but these errors were encountered:
In the
ld_proxy
, during wrapper creation we search the available library paths for those libraries listed inNEEDED
, and recursively perform this search to locate all transitively needed libraries, producing a final library directory containing only those requested and nothing else. This same optimization is not implemented in,std.wrap()
, leading binaries wrapped this way to carry extra unneeded references.Mirror the logic from
ld_proxy
to optionally allow building optimized library paths from Tangram Typescript.The text was updated successfully, but these errors were encountered: