Skip to content

Commit

Permalink
disable precompilation due to package load time increase (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Jun 13, 2022
1 parent c996e70 commit 0003cf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ColorTypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ Use `?` to get more information about specific types or functions.

if VERSION >= v"1.4.2" # work around https://github.com/JuliaLang/julia/issues/34121
# ...and also requires https://github.com/JuliaLang/julia/pull/35378
include("precompile.jl")
_precompile_()
# Disabled for now, see https://github.com/JuliaGraphics/ColorTypes.jl/issues/269
#include("precompile.jl")
#_precompile_()
end

__init__() = register_hints()
Expand Down

0 comments on commit 0003cf9

Please sign in to comment.