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 625e8c7 commit 607ac08Copy full SHA for 607ac08
Compiler/src/Compiler.jl
@@ -140,7 +140,7 @@ baremodule BuildSettings
140
using Core: ARGS, include, Int, ===
141
using ..Compiler: >, getindex, length
142
143
-global MAX_METHODS::Int = 3
+global MAX_METHODS::Int = 1
144
145
if length(ARGS) > 2 && ARGS[2] === "--buildsettings"
146
include(BuildSettings, ARGS[3])
0 commit comments