Skip to content

Commit cd22658

Browse files
authored
precompile is now the default
1 parent cc56ac6 commit cd22658

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AbstractFFTs.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 AbstractFFTs
34

45
using Compat

0 commit comments

Comments
 (0)