Skip to content

Commit 1450d94

Browse files
committed
Set max methods to 1 (mostly disable world splitting)
1 parent 96b5b2c commit 1450d94

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
@@ -137,7 +137,7 @@ baremodule BuildSettings
137137
using Core: ARGS, include, Int, ===
138138
using ..Compiler: >, getindex, length
139139

140-
global MAX_METHODS::Int = 3
140+
global MAX_METHODS::Int = 1
141141

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

0 commit comments

Comments
 (0)