Skip to content

Commit 8dbb744

Browse files
authored
Disable precompile on 1.12 (#2657)
1 parent b5731e9 commit 8dbb744

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Enzyme.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,8 @@ macro import_rrule(args...)
15651565
return _import_rrule(args...)
15661566
end
15671567

1568-
include("precompile.jl")
1568+
if VERSION < v"1.12.0"
1569+
include("precompile.jl")
1570+
end
15691571

15701572
end # module

0 commit comments

Comments
 (0)