Skip to content

Commit 4eb14a8

Browse files
authored
Do not track files during pre-compilation (#731)
This might be a very bad idea. Tries to fix #728
1 parent 0b467da commit 4eb14a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packagedef.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,7 @@ function init_worker(p)
12541254
end
12551255

12561256
function __init__()
1257+
ccall(:jl_generating_output, Cint, ()) == 1 && return nothing
12571258
run_on_worker = get(ENV, "JULIA_REVISE_WORKER_ONLY", "0")
12581259
if !(myid() == 1 || run_on_worker == "1")
12591260
return nothing

0 commit comments

Comments
 (0)