Skip to content

Commit

Permalink
fix REPL precompile generation for Pkg (JuliaLang#38387)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Nov 12, 2020
1 parent af3cd59 commit bd3d9ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ function generate_precompile_statements()
p = withenv("JULIA_HISTORY" => blackhole,
"JULIA_PROJECT" => nothing, # remove from environment
"JULIA_LOAD_PATH" => Sys.iswindows() ? "@;@stdlib" : "@:@stdlib",
"JULIA_PKG_PRECOMPILE_AUTO" => "0",
"TERM" => "") do
run(```$(julia_exepath()) -O0 --trace-compile=$precompile_file --sysimage $sysimg
--cpu-target=native --startup-file=no --color=yes
Expand Down

0 comments on commit bd3d9ee

Please sign in to comment.