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