From 9a2a54b8858528193b6e8a69a9ff1ff16adbf8cd Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Mon, 4 Sep 2017 13:09:37 +0200 Subject: [PATCH] reactivate precompilation on master --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index 1af493c7..c75a8e65 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(false) +__precompile__(true) module Plots