We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d85ca commit 0fd7e19Copy full SHA for 0fd7e19
src/AutoBuild.jl
@@ -1243,7 +1243,7 @@ function build_jll_package(src_name::String,
1243
using Base: UUID
1244
1245
if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@optlevel"))
1246
- Core.eval($(src_name)_jll, :(Base.Experimental.@optlevel 0))
+ Core.eval($(src_name)_jll, :(Base.Experimental.@options compile=min optimize=0 infer=false))
1247
end
1248
1249
\"\"\"
0 commit comments