chore: Added default compiler to Compiler Explorer
This commit is contained in:
parent
06e4ee6088
commit
d6e7eddafa
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ lazy.setup({
|
|||
compiler_flags = "", -- Default flags passed to the compiler.
|
||||
job_timeout_ms = 25000, -- Timeout for libuv job in milliseconds.
|
||||
languages = { -- Language specific default compiler/flags
|
||||
c = {
|
||||
compiler = "cg132"
|
||||
}
|
||||
},
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue