JuliaLang / PackageCompiler.jl

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

only bundle stdlibs in sysimage when `filter_stdlibs=false` #902

Closed KristofferC closed 7 months ago

KristofferC commented 7 months ago

The reason we still bundle some stdlibs is due to potential type piracy in stdlibs but that can only be a problem if the stdlibs are already in the sysimage.