From 3b570edea1807a983c1265478cf9d38e42098568 Mon Sep 17 00:00:00 2001 From: Tom Breloff Date: Fri, 13 Jan 2017 09:33:02 -0500 Subject: [PATCH] added back precompilation --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index 3515e75b..c957ab8a 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(false) +__precompile__(true) module Plots