From 7415a362c4839526c291a1134c8acb4e4215cac4 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Wed, 7 Jun 2017 17:06:06 +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 6c2d129d..9b613056 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(false) +__precompile__(true) module Plots