logoalt Hacker News

ForceBrutoday at 10:34 AM1 replyview on HN

Judging by Julia's Discourse, compiling actual production Julia code into a standalone binary is highly nontrivial and ordinary users don't really know how and why to do this.


Replies

Joel_Mckaytoday at 10:50 AM

Example should still work:

https://julialang.github.io/PackageCompiler.jl/dev/devdocs/b...

They greatly improved the generated binary file size last year. ymmv with "--trim=unsafe-warn" =3