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.
This commit is contained in:
parent
d291582ad9
commit
e8ed0a3034
@ -1,6 +1,4 @@
|
||||
|
||||
__precompile__()
|
||||
|
||||
module Plots
|
||||
|
||||
using Reexport
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user