Skip to content

Commit 1124541

Browse files
authored
precompile is now the default
1 parent 95b48b2 commit 1124541

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Calculus.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
__precompile__()
1+
VERSION < v"0.7.0-beta2.199" && __precompile__()
2+
23
module Calculus
34
using Compat
45
export check_derivative,

0 commit comments

Comments
 (0)