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
{{ message }}
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
It might be nice to provide an easy way to rename all the symbols in a library, to avoid conflicts with other external libraries like we encountered in JuliaLang/julia#4923.
For example, if you included GNU objcopy in your cross-compile setup, then something like --prefix-symbols could be used for this without modifying any source code.
The text was updated successfully, but these errors were encountered:
This is a neat idea, and we should think about it. However, this should be moved to the BinaryBuilder.jl issue tracker. Let's continue discussion there.
It might be nice to provide an easy way to rename all the symbols in a library, to avoid conflicts with other external libraries like we encountered in JuliaLang/julia#4923.
For example, if you included GNU
objcopy
in your cross-compile setup, then something like--prefix-symbols
could be used for this without modifying any source code.The text was updated successfully, but these errors were encountered: