JuliaLang / PackageCompiler.jl

Compile your Julia Package
https://julialang.github.io/PackageCompiler.jl/dev/
MIT License
1.43k stars 191 forks source link

Allow switching between linkers #795

Open rikhuijzer opened 1 year ago

rikhuijzer commented 1 year ago

There are multiple drop-in replacement Unix linkers like, for example, mold. This could potentially speed up the PackageCompiler build time. Can an option or documentation be added to allow setting a different linker?