From 1d98acc407738a617089adde3b4085fa12c9c321 Mon Sep 17 00:00:00 2001 From: Michael Krabbe Borregaard Date: Fri, 9 Jun 2017 22:04:48 +0200 Subject: [PATCH] deactivate precompilation for release --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index 8f419e40..ccbd6c9a 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(true) +__precompile__(false) module Plots