The basic question is "Can I compile a smaller version of julia?"

For instance, I want to ship some program as an executable, something 
similar to what BuildExecutable.jl does, btw its very nice!
The only problem is that with BuildExecutable.jl or even with the pure 
usrimg.jl trick create a huge folder with all the julia main libs.

I looked for an existing post but all I could find is this archived old 
post: 
https://www.reddit.com/r/Julia/comments/2da03c/julia_with_fewer_dependencies/

Can I compile julia without some of those libs?

One nice use would be if I have a program with no use of libopenblas that I 
could ship without having to send a 40Mb lib...

Thanks in advance!

Reply via email to