Faster startup
This commit is contained in:
parent
83c59ae682
commit
b681717c6a
@ -1,5 +1,9 @@
|
|||||||
module Gnuplot
|
module Gnuplot
|
||||||
|
|
||||||
|
if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@optlevel"))
|
||||||
|
@eval Base.Experimental.@optlevel 1
|
||||||
|
end
|
||||||
|
|
||||||
using StatsBase, ColorSchemes, ColorTypes, Colors, StructC14N, DataStructures
|
using StatsBase, ColorSchemes, ColorTypes, Colors, StructC14N, DataStructures
|
||||||
using REPL, ReplMaker
|
using REPL, ReplMaker
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user