| # Default settings for GCC Explorer. |
| #port=10240 |
| compileTimeoutMs=5000 |
| defaultCompiler=g46 |
| #compilers=g44:g45:g46:clang34 |
| compilers=go |
| language=go |
| compileFilename=file.go |
| compiler.go.exe=/usr/bin/gccgo |
| compiler.go.name=GCC go |
| compiler.g44.exe=/usr/bin/g++-4.4 |
| compiler.g44.name=g++ 4.4 |
| compiler.g44.alias=/usr/bin/g++-4.4 |
| compiler.g45.exe=/usr/bin/g++-4.5 |
| compiler.g45.name=g++ 4.5 |
| compiler.g45.alias=/usr/bin/g++-4.5 |
| compiler.g46.exe=/usr/bin/g++-4.6 |
| compiler.g46.name=g++ 4.6 |
| compiler.g46.alias=/usr/bin/g++-4.6 |
| compiler.clang34.exe=/usr/bin/clang++-3.4 |
| compiler.clang34.name=Clang 4.6 |
| #compilers=/usr/bin/g++-4.4:/usr/bin/g++-4.5:/usr/bin/g++-4.6:/usr/bin/g++-4.7:/usr/bin/clang++:/home/mgodbolt/apps/intel-icc-oss/bin/icc:/site/apps/gcc-4.7.2-drw.patched.6/bin/g++:/site/apps/gcc-4.8.0-drw.1/bin/g++ |
| #compiler-wrapper=./c-preload/compiler-wrapper |
| #compilers=/usr/bin/gdc:/usr/bin/gdc-4.4:/usr/bin/gdc-4.6 |
| #compileFilename=example.d |
| #postProcess=d/demangle |