use -O1 for code in Plots.jl

This commit is contained in:
Jeff Bezanson 2020-04-06 14:30:28 -04:00
parent ae396ef576
commit 6807f53a7e

View File

@ -1,5 +1,9 @@
module Plots
if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@optlevel"))
@eval Base.Experimental.@optlevel 1
end
const _current_plots_version = VersionNumber(split(first(filter(line -> occursin("version", line), readlines(normpath(@__DIR__, "..", "Project.toml")))), "\"")[2])
using Reexport