From 49baa67b5f25af92ee12e90eccee02d7fc0319a2 Mon Sep 17 00:00:00 2001 From: Kirill Kondrashov Date: Mon, 22 Jan 2024 16:35:23 +0100 Subject: [PATCH] Fix typo --- src/Configuration.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Configuration.jl b/src/Configuration.jl index e8c3605caa..d93cb96283 100644 --- a/src/Configuration.jl +++ b/src/Configuration.jl @@ -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