JuliaLang / PackageCompiler.jl

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

do not put unneccesarry stdlibs in base sysimage when running with `filter_stdlibs=true` #917

Open KristofferC opened 5 months ago

KristofferC commented 5 months ago

It doesn't make sense to put all stdlibs in the project here. Whatever stdlibs that are actually used by the dependencies compiled will be loaded when the actual sysimage is being created.