We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2479691 commit 55aeb2fCopy full SHA for 55aeb2f
contrib/generate_precompile.jl
@@ -145,7 +145,7 @@ function generate_precompile_statements()
145
Base.PRECOMPILE_TRACE_COMPILE[] = $(repr(tmp));
146
Base.compilecache(Base.PkgId($(repr(pkgname))), $(repr(path)))
147
"""
148
- run(`$(julia_exepath()) -O0 --sysimage $sysimg -Cnative -e $s`)
+ run(`$(julia_exepath()) -O0 --sysimage $sysimg --startup-file=no -Cnative -e $s`)
149
hardcoded_precompile_statements *= "\n" * read(tmp, String)
150
end
151
0 commit comments