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 committed Aug 5, 2018
1 parent be4f446 commit 15473db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KahanSummation.jl
@@ -1,7 +1,7 @@
# This file contains code that was formerly a part of Julia.
# License is MIT: https://julialang.org/license

__precompile__(true)
VERSION < v"0.7.0-beta2.199" && __precompile__()

module KahanSummation

Expand Down

0 comments on commit 15473db

Please sign in to comment.