Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
d1767bd95cca94c75328f41b52d4c71c81880de9
/
.
/
etc
/
config
/
d.defaults.properties
blob: 41541e6586aa26bf22f5d294abdf8403e1885f2a [
file
] [
log
] [
blame
] [
raw
]
compilers
=
/usr/
bin
/
gdc
:
/usr/
bin
/
gdc
-
4.4
:
/usr/
bin
/
gdc
-
4.6
compileFilename
=
example
.
d
postProcess
=
d
/
demangle
supportsBinary
=
true
stubRe
=
\bmain\b
stubText
=
int
main
(){
return
0
;
/*stub provided by Compiler Explorer*/
}
binaryHideFuncRe
=^(
_
(?!
Dmain
).*)
$