Skip to content

Commit 46c5c8d

Browse files
committed
Add very basic precompilation
1 parent 691aaeb commit 46c5c8d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/PkgAuthentication.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,4 +621,6 @@ function generate_auth_handler(maxcount::Integer)
621621
return auth_handler
622622
end
623623

624+
include("precompile.jl")
625+
624626
end # module

src/precompile.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
precompile(authenticate, ())
2+
precompile(authenticate, (String,))

0 commit comments

Comments
 (0)