|
|
|
@ -1,8 +1,11 @@
|
|
|
|
|
# Settings overridden for Amazon EC2 instances running Rust that power http://rust.godbolt.org/
|
|
|
|
|
port=10242
|
|
|
|
|
compileTimeoutMs=5000
|
|
|
|
|
compilers=r100:nightly
|
|
|
|
|
defaultCompiler=r100
|
|
|
|
|
compilers=r110:r100:nightly
|
|
|
|
|
defaultCompiler=r110
|
|
|
|
|
compiler.r110.exe=/opt/rust-1.1.0/bin/rustc
|
|
|
|
|
compiler.r110.name=rustc 1.1.0
|
|
|
|
|
compiler.r110.intelAsm=-Cllvm-args=--x86-asm-syntax=intel
|
|
|
|
|
compiler.r100.exe=/opt/rust-1.0.0/bin/rustc
|
|
|
|
|
compiler.r100.name=rustc 1.0.0
|
|
|
|
|
compiler.r100.intelAsm=-Cllvm-args=--x86-asm-syntax=intel
|
|
|
|
|