https://github.com/JuliaLang/julia
Raw File
Tip revision: e0f50120b6547241ca1e05f918e1dc551aab2ccd authored by Kristoffer Carlsson on 29 July 2018, 19:58:41 UTC
Revert "The return of the "Generate precompilation as part of build process" (#28319)"
Tip revision: e0f5012
mk_julia_flisp_boot.scm
(set! lastpwd (path.cwd))
(path.cwd (cadr *argv*))
(load (caddr *argv*))
(path.cwd lastpwd)
(make-system-image (cadddr *argv*))
back to top