We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f02632 commit 5ea730cCopy full SHA for 5ea730c
1 file changed
src/setup.jl
@@ -77,7 +77,7 @@ function select_compiler(lang, candidates, extension)
77
@debug "$(lang) compiler candidate '$(compiler)' not working"
78
end
79
80
- @warn "Could not locate a working $(lang) compiler"
+ @debug "Could not locate a working $(lang) compiler"
81
return first(candidates)
82
83
0 commit comments