From 4c1c0922346c08708c595e02fa99c248f007bb08 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Fri, 18 Aug 2017 00:46:02 +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 625dba5e..e7c7fc66 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(false) +__precompile__(true) module Plots