mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
16 lines
404 B
Properties
16 lines
404 B
Properties
compilers=/usr/bin/gdc:/usr/bin/gdc-9
|
|
demangler=ddemangle
|
|
supportsBinary=true
|
|
supportsBinaryObject=true
|
|
objdumper=objdump
|
|
stubRe=\bmain\b
|
|
stubText=int main(){return 0;/*stub provided by Compiler Explorer*/}
|
|
binaryHideFuncRe=^(_(?!Dmain).*)$
|
|
includeFlag=-I
|
|
|
|
|
|
#################################
|
|
#################################
|
|
# Installed libs (See c++.amazon.properties for a scheme of libs group)
|
|
libs=
|