Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Kondrashov committed Jan 22, 2024
1 parent 644efcf commit 49baa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ function _convert_to_flags(options::CompilerOptions)::Vector{String}
option_list = String[]
exclude_list = Symbol[]

if VERSION v"1.9"
if VERSION < v"1.9"
append!(exclude_list, [:heap_size_hint])
end

Expand Down

0 comments on commit 49baa67

Please sign in to comment.