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