Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
60eaad35bf47a7528dc5e2bb09270fbcf45586e0
/
.
/
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
).*)
$