/ Misc / src / precompile.jl
precompile.jl
1  using PrecompileTools
2  
3  @setup_workload @compile_workload begin
4      include("consts.jl")
5      Config()
6      Dict{String,Any}()
7      __init__()
8      OFFLINE[] = false
9  end