Skip to content

Commit 15be528

Browse files
authored
Revert "Disable precompile on 1.12 (#2657)" (#2812)
This reverts commit 8dbb744.
1 parent ccaa5c7 commit 15be528

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Enzyme.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,9 +1565,7 @@ macro import_rrule(args...)
15651565
return _import_rrule(args...)
15661566
end
15671567

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

15721570
function __init__()
15731571
@static if VERSION v"1.12-"

0 commit comments

Comments
 (0)