We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b5b2c commit 1450d94Copy full SHA for 1450d94
Compiler/src/Compiler.jl
@@ -137,7 +137,7 @@ baremodule BuildSettings
137
using Core: ARGS, include, Int, ===
138
using ..Compiler: >, getindex, length
139
140
-global MAX_METHODS::Int = 3
+global MAX_METHODS::Int = 1
141
142
if length(ARGS) > 2 && ARGS[2] === "--buildsettings"
143
include(BuildSettings, ARGS[3])
0 commit comments