mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Compiler type was missing in some config files. Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
17 lines
438 B
Properties
17 lines
438 B
Properties
# Default settings for modula2
|
|
compilers=&gcc
|
|
defaultCompiler=m2gdefault
|
|
demangler=c++filt
|
|
objdumper=objdump
|
|
postProcess=
|
|
supportsBinary=true
|
|
supportsBinaryObject=true
|
|
binaryHideFuncRe=^(__.*|_(init|start|fini)|(de)?register_tm_clones|call_gmon_start|frame_dummy|\.plt.*)$
|
|
supportsLibraryCodeFilter=true
|
|
|
|
group.gcc.compilers=m2gdefault
|
|
compiler.m2gdefault.exe=/usr/bin/gm2
|
|
group.gcc.compilerType=gm2
|
|
compiler.m2gdefault.name=gcc default
|
|
|