
1 changed files with 4 additions and 1 deletions
@ -1,4 +1,7 @@
|
||||
compilers=/usr/bin/gdc:/usr/bin/gdc-4.4:/usr/bin/gdc-4.6 |
||||
compileFilename=example.d |
||||
postProcess=d/demangle |
||||
supportsBinary=false |
||||
supportsBinary=true |
||||
stubRe=\bmain\b |
||||
stubText=int main(){return 0;/*stub provided by Compiler Explorer*/} |
||||
binaryHideFuncRe=^(_(?!Dmain).*)$ |
||||
|
Loading…
Reference in new issue