diff options
Diffstat (limited to 'etc/config/modula2.amazon.properties')
-rw-r--r-- | etc/config/modula2.amazon.properties | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/etc/config/modula2.amazon.properties b/etc/config/modula2.amazon.properties deleted file mode 100644 index 5dcfe88f5..000000000 --- a/etc/config/modula2.amazon.properties +++ /dev/null @@ -1,32 +0,0 @@ -# Default settings for modula2 -compilers=&gm2 -defaultCompiler=gm2141 - -demangler=/opt/compiler-explorer/gcc-snapshot/bin/c++filt -objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump -postProcess= -supportsBinary=true -supportsBinaryObject=true -supportsExecute=true -binaryHideFuncRe=^(__.*|_(init|start|fini)|(de)?register_tm_clones|call_gmon_start|frame_dummy|\.plt.*)$ -supportsLibraryCodeFilter=true -needsMulti=false - -externalparser=CEAsmParser -externalparser.exe=/usr/local/bin/asm-parser - -group.gm2.compilers=gm2131:gm2132:gm2141:gm2snapshot -group.gm2.instructionSet=amd64 -group.gm2.isSemVer=true -group.gm2.baseName=x86-64 gcc gm2 - -compiler.gm2131.exe=/opt/compiler-explorer/gcc-13.1.0/bin/gm2 -compiler.gm2131.semver=13.1 -compiler.gm2132.exe=/opt/compiler-explorer/gcc-13.2.0/bin/gm2 -compiler.gm2132.semver=13.2 - -compiler.gm2141.exe=/opt/compiler-explorer/gcc-14.1.0/bin/gm2 -compiler.gm2141.semver=14.1 - -compiler.gm2snapshot.exe=/opt/compiler-explorer/gcc-snapshot/bin/gm2 -compiler.gm2snapshot.semver=(snapshot) |