Browse Source

Precompile the entrypoints

pull/23/head
Fredrik Ekre 1 year ago
parent
commit
22aeb03bcc
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 5
      src/Runic.jl

5
src/Runic.jl

@ -415,4 +415,9 @@ end
include("runestone.jl") include("runestone.jl")
include("main.jl") include("main.jl")
# Precompile the entry points
@assert precompile(main, (Vector{String},))
@assert precompile(format_file, (String, String))
@assert precompile(format_string, (String,))
end # module end # module

Loading…
Cancel
Save