Skip to content

Commit

Permalink
update BuildSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jul 5, 2024
1 parent 493b07f commit 2853f37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/compiler/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ baremodule BuildSettings
using Core: ARGS, include
using Core.Compiler: >, getindex, length

MAX_METHODS::Int = 3
UNOPTIMIZE_THROW_BLOCKS::Bool = true
global MAX_METHODS::Int = 3

if length(ARGS) > 2 && ARGS[2] === "--buildsettings"
include(BuildSettings, ARGS[3])
Expand Down

0 comments on commit 2853f37

Please sign in to comment.