From 4f8fc61689239d3ae0aec981e6a2dd08680567bb Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Mon, 4 Sep 2017 12:02:34 +0200 Subject: [PATCH] Turn off precompile for release --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index c75a8e65..1af493c7 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(true) +__precompile__(false) module Plots