Skip to content

Commit

Permalink
precompile is now the default
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Aug 5, 2018
1 parent 330423e commit 5881c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Primes.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This includes parts that were formerly a part of Julia. License is MIT: http://julialang.org/license
__precompile__()
VERSION < v"0.7.0-beta2.199" && __precompile__()
module Primes

using Base.Iterators: repeated
Expand Down

0 comments on commit 5881c22

Please sign in to comment.