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.
2 parents bc3b6af + 0b78203 commit b5584bdCopy full SHA for b5584bd
src/JLLWrappers.jl
@@ -1,5 +1,9 @@
1
module JLLWrappers
2
3
+if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@compiler_options"))
4
+ @eval Base.Experimental.@compiler_options compile=min optimize=0 infer=false
5
+end
6
+
7
# We need to glue expressions together a lot
8
function excat(exs::Union{Expr,Nothing}...)
9
ex = Expr(:block)
0 commit comments