From e8ed0a3034bebf36888e20b44129630d1eb1c673 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 28 Oct 2016 22:21:40 -0700 Subject: [PATCH] Remove precompilation Precompilation has never played nice with Plots, but now it has gotten even worse. Getting rid of precompilation fixes #543 and in normal use cases, the vast majority of time to plot comes from importing the other plotting libraries, so I did not notice a significant performance loss. --- src/Plots.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Plots.jl b/src/Plots.jl index b5f09597..b578482e 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,6 +1,4 @@ -__precompile__() - module Plots using Reexport