mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Put the carbon toolchain in the carbon.defaults properties (#7495)
This allows using the carbon toolchain as the default Carbon compiler when working in a local development environment.
This commit is contained in:
@@ -156,3 +156,4 @@ From oldest to newest contributor, we would like to thank:
|
||||
- [Niles Salter](https://github.com/Validark)
|
||||
- [Stephen Heumann](https://github.com/sheumann)
|
||||
- [Joshua Batty](https://github.com/joshuabatty)
|
||||
- [Dana Jansens](https://github.com/danakj)
|
||||
|
||||
@@ -1,14 +1,21 @@
|
||||
# Default settings for carbon
|
||||
compilers=carbon-trunkdef
|
||||
defaultCompiler=carbon-trunkdef
|
||||
compilers=carbon-trunk:carbon-explorer-trunk
|
||||
defaultCompiler=carbon-trunk
|
||||
compilerType=carbon
|
||||
needsMulti=false
|
||||
supportsExecute=true
|
||||
supportsBinary=true
|
||||
supportsBinaryObject=true
|
||||
|
||||
compiler.carbon-trunkdef.exe=/opt/compiler-explorer/carbon-trunk/bin/carbon-explorer
|
||||
compiler.carbon-trunkdef.name=Explorer (trunk)
|
||||
compiler.carbon-trunkdef.alias=carbon-trunk
|
||||
compiler.carbon-trunk.exe=/opt/compiler-explorer/carbon-trunk/bin/carbon
|
||||
compiler.carbon-trunk.name=Carbon (trunk)
|
||||
|
||||
# Older deprecated explorer
|
||||
compiler.carbon-explorer-trunk.compilerType=carbon-explorer
|
||||
compiler.carbon-explorer-trunk.exe=/opt/compiler-explorer/carbon-explorer-trunk/bin/carbon-explorer
|
||||
compiler.carbon-explorer-trunk.name=Explorer (trunk)
|
||||
compiler.carbon-explorer-trunk.supportsExecute=true
|
||||
compiler.carbon-explorer-trunk.supportsBinary=false
|
||||
compiler.carbon-explorer-trunk.supportsBinaryObject=false
|
||||
|
||||
libs=
|
||||
|
||||
Reference in New Issue
Block a user