Skip to content

Commit 5881c22

Browse files
authored
precompile is now the default
1 parent 330423e commit 5881c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Primes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This includes parts that were formerly a part of Julia. License is MIT: http://julialang.org/license
2-
__precompile__()
2+
VERSION < v"0.7.0-beta2.199" && __precompile__()
33
module Primes
44

55
using Base.Iterators: repeated

0 commit comments

Comments
 (0)