From 0d09975fba237bf3e79136023d8b8b652dbc33ff Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Mon, 25 Nov 2019 23:10:18 +0100 Subject: [PATCH] avoid precompilation temporarily --- src/Plots.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Plots.jl b/src/Plots.jl index 6b64f9c0..91c6f9b2 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -222,7 +222,7 @@ end const CURRENT_BACKEND = CurrentBackend(:none) -include("precompile.jl") -_precompile_() +# include("precompile.jl") +# _precompile_() end # module