Is this maybe what you are looking for https://groups.google.com/d/msg/julia-users/WStpLtrKiFA/JhiAbc-vAwAJ?
On Mon, Sep 5, 2016 at 11:10 PM, Joaquim Masset Lacombe Dias Garcia < [email protected]> wrote: > > 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! >
