| # Default settings for GCC Explorer. | |
| port=10240 | |
| compileTimeoutMs=5000 | |
| #compilers=/home/mgodbolt/.fighome/runtime/gcc/4.9.2-1/bin/g++ | |
| #clientSharingEnabled=false | |
| tempDirCleanupSecs=10 | |
| compilers=r100 | |
| compiler.r100.exe=/mnt/data/apps/rust/bin/rustc | |
| compiler.r100.name=rustc 1.0.0 | |
| compiler.r100.intelAsm=-Cllvm-args=--x86-asm-syntax=intel | |
| compileFilename=example.rs | |
| compileToAsm=--emit asm --crate-type staticlib | |
| cacheMb=100 | |
| language=Rust | |
| options=-O --crate-type staticlib | |
| clientGoogleAnalyticsEnabled=true |