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 7d3f3d0 commit e1e18b4Copy full SHA for e1e18b4
src/Runner.jl
@@ -333,7 +333,7 @@ function generate_compiler_wrappers!(platform::AbstractPlatform; bin_path::Abstr
333
334
function gcc_compile_flags!(p::AbstractPlatform, flags::Vector{String} = String[])
335
if lock_microarchitecture
336
- append!(flags, get_march_flags(arch(p), march(p), "clang"))
+ append!(flags, get_march_flags(arch(p), march(p), "gcc"))
337
end
338
return flags
339
0 commit comments