JuliaLang / PackageCompiler.jl

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

Filter out stdlibs by default that we know are safe #824

Open KristofferC opened 1 year ago

KristofferC commented 1 year ago

AFAIK, the only libraries that do type piracy (in 1.9+) in LinearAlgebra and Random. So stdlibs other than those should be fine to filter out by default.