Skip to content

Commit ef129b7

Browse files
authored
precompile is now the default
1 parent 1c2c796 commit ef129b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Polynomials.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Poly type manipulations
22

3-
__precompile__()
4-
3+
VERSION < v"0.7.0-beta2.199" && __precompile__()
54

65
module Polynomials
76
#todo: sparse polynomials?

0 commit comments

Comments
 (0)