use -O1 for code in Plots.jl
This commit is contained in:
parent
ae396ef576
commit
6807f53a7e
@ -1,5 +1,9 @@
|
|||||||
module Plots
|
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])
|
const _current_plots_version = VersionNumber(split(first(filter(line -> occursin("version", line), readlines(normpath(@__DIR__, "..", "Project.toml")))), "\"")[2])
|
||||||
|
|
||||||
using Reexport
|
using Reexport
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user