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 3c52e71 commit c5fa1f7Copy full SHA for c5fa1f7
contrib/generate_precompile.jl
@@ -288,9 +288,7 @@ function generate_precompile_statements()
288
"JULIA_PKG_PRECOMPILE_AUTO" => "0",
289
"TERM" => "") do
290
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```,
+ --cpu-target=native --startup-file=no -i $cmdargs```,
294
pts, pts, pts; wait=false)
295
end
296
Base.close_stdio(pts)
0 commit comments