Skip to content

Commit bdb2ad8

Browse files
committed
Turn on precompilation
1 parent ae9ab47 commit bdb2ad8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Calculus.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 Calculus
24
import Compat
35
import Base.ctranspose

0 commit comments

Comments
 (0)