Skip to content

Commit

Permalink
build: remove duplicate julia args in generate_precompile (JuliaLang#…
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Feb 13, 2022
1 parent 3c52e71 commit c5fa1f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,7 @@ function generate_precompile_statements()
"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
-e 'import REPL; REPL.Terminals.is_precompiling[] = true'
-i $cmdargs```,
--cpu-target=native --startup-file=no -i $cmdargs```,
pts, pts, pts; wait=false)
end
Base.close_stdio(pts)
Expand Down

0 comments on commit c5fa1f7

Please sign in to comment.