Skip to content

Commit 5df5f6a

Browse files
committed
Activate precompilation.
1 parent 04b198d commit 5df5f6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Graphs.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
isdefined(Base, :__precompile__) && __precompile__()
2+
13
module Graphs
24
using DataStructures, Compat
35

0 commit comments

Comments
 (0)