From 5d1876ab6d5b277dd0b43b2ea1cf03c6feb0d042 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Thu, 14 Dec 2017 11:03:52 +0100 Subject: [PATCH] precompile off --- src/Plots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index 51d70256..5d66ea2a 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(true) +__precompile__(false) module Plots