Skip to content

Commit

Permalink
change optimization level to 1 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Aug 24, 2021
1 parent 2236297 commit 9e1afe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Tokenize.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
module Tokenize

if isdefined(Base, :Experimental) && isdefined(Base.Experimental, Symbol("@optlevel"))
@eval Base.Experimental.@optlevel 1
end

include("token.jl")
include("lexer.jl")

Expand Down

0 comments on commit 9e1afe2

Please sign in to comment.