diff --git a/etc/config/c++.lud-mgodbolt01.properties b/etc/config/c++.lud-mgodbolt01.properties index 0cecf418..c118ed40 100644 --- a/etc/config/c++.lud-mgodbolt01.properties +++ b/etc/config/c++.lud-mgodbolt01.properties @@ -1,6 +1,6 @@ # Default settings for GCC Explorer. defaultCompiler=g52 -compilers=/usr/bin/g++:g44:g45:g46:clang35:g51:g52:gdef:msp430g453:cl +compilers=/usr/bin/g++:g44:g45:g46:clang35:g51:g52:gdef:msp430g453:cl:tcc #compilers=&gcc:&clang:&windows group.gcc.compilers=gdef:g62 compiler.gdef.exe=/usr/bin/g++ @@ -9,6 +9,12 @@ compiler.g62.exe=/home/mgodbolt/.fighome/runtime/gcc/6.2.0-1/bin/g++ compiler.g62.name=G++ 6.2 from fig #compiler-wrapper=./c-preload/compiler-wrapper +compiler.tcc.exe=/home/mgodbolt/personal/dev/tcc-0.9.26/tcc +compiler.tcc.name=TCC +compiler.tcc.versionFlag=-v +compileFilename=example.c +compiler.tcc.options=-B /home/mgodbolt/personal/dev/tcc-0.9.26 + group.clang.compilers=clang39 group.clang.supportsBinary=false group.clang.intelAsm=-mllvm --x86-asm-syntax=intel diff --git a/static/thanks.html b/static/thanks.html index 6da71d2a..6c1b97b0 100644 --- a/static/thanks.html +++ b/static/thanks.html @@ -4,6 +4,11 @@