From 81782c3927d17e63659cfe1b80fe5a92c2838419 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Fri, 15 Dec 2017 09:18:37 +0100 Subject: [PATCH] turn off precompilation --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index 51d70256..5d66ea2a 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(true) +__precompile__(false) module Plots