Skip to content

Commit 607ac08

Browse files
LilithHafnerKristofferC
authored andcommitted
Set max methods to 1 (mostly disable world splitting)
1 parent 625e8c7 commit 607ac08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/src/Compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ baremodule BuildSettings
140140
using Core: ARGS, include, Int, ===
141141
using ..Compiler: >, getindex, length
142142

143-
global MAX_METHODS::Int = 3
143+
global MAX_METHODS::Int = 1
144144

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

0 commit comments

Comments
 (0)