Skip to content

Commit

Permalink
reduce inference time (by turning it off)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored and carlobaldassi committed Mar 11, 2021
1 parent b8f54d2 commit 5ccf782
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ArgParse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ module ArgParse

using TextWrap

if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@compiler_options"))
@eval Base.Experimental.@compiler_options compile=min optimize=0 infer=false
end

export
# types
ArgParseSettings,
Expand Down

0 comments on commit 5ccf782

Please sign in to comment.