From 54838d386dd3fff2213589884c910c097c0d236b Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Tue, 3 Oct 2017 10:31:05 +0200 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 7bb386c5..24a9989c 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(false) +__precompile__(true) module Plots