From 40734bf90ec769c3c9e38db5f8d9d9122fb35797 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Fri, 9 Jun 2017 15:58:09 +0200 Subject: [PATCH] Revert "turn off precompilation for release" This reverts commit 66d9c79befac537a62615651150d9a8a27877ae2. --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index 96de10d0..05f3f6d0 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(false) +__precompile__(true) module Plots