From 88d1735380cd0c2f9d358b74732db5f592f45897 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Wed, 9 Aug 2017 08:12:22 +0200 Subject: [PATCH] allow precompilation --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index 625dba5e..e7c7fc66 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(false) +__precompile__(true) module Plots