Skip to content

Commit c5fa1f7

Browse files
build: remove duplicate julia args in generate_precompile (#44154)
1 parent 3c52e71 commit c5fa1f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contrib/generate_precompile.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,7 @@ function generate_precompile_statements()
288288
"JULIA_PKG_PRECOMPILE_AUTO" => "0",
289289
"TERM" => "") do
290290
run(```$(julia_exepath()) -O0 --trace-compile=$precompile_file --sysimage $sysimg
291-
--cpu-target=native --startup-file=no --color=yes
292-
-e 'import REPL; REPL.Terminals.is_precompiling[] = true'
293-
-i $cmdargs```,
291+
--cpu-target=native --startup-file=no -i $cmdargs```,
294292
pts, pts, pts; wait=false)
295293
end
296294
Base.close_stdio(pts)

0 commit comments

Comments
 (0)