aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/ldc.js
diff options
context:
space:
mode:
authorMatt Godbolt <mgodbolt@drw.com>2016-12-19 20:55:32 -0600
committerMatt Godbolt <mgodbolt@drw.com>2016-12-19 20:55:32 -0600
commit4839c9f5e6c227f5835f8c8b7e97e48bd4a593ee (patch)
tree6c4ce2b965ec8990c851753225859ad3b5078e15 /lib/compilers/ldc.js
parentd37dc9784475e597604891c6df5d20dc1ba3cfbf (diff)
downloadcompiler-explorer-4839c9f5e6c227f5835f8c8b7e97e48bd4a593ee.tar.gz
compiler-explorer-4839c9f5e6c227f5835f8c8b7e97e48bd4a593ee.zip
More fixes
Diffstat (limited to 'lib/compilers/ldc.js')
-rw-r--r--lib/compilers/ldc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/ldc.js b/lib/compilers/ldc.js
index 86d07bac9..e409b27a8 100644
--- a/lib/compilers/ldc.js
+++ b/lib/compilers/ldc.js
@@ -33,6 +33,7 @@ function compileLdc(info, env) {
if (!filters.binary) options = options.concat('-output-s');
return options;
};
+ return compiler.initialise();
}
module.exports = compileLdc; \ No newline at end of file