diff options
author | Matt Godbolt <mgodbolt@drw.com> | 2016-12-19 20:55:32 -0600 |
---|---|---|
committer | Matt Godbolt <mgodbolt@drw.com> | 2016-12-19 20:55:32 -0600 |
commit | 4839c9f5e6c227f5835f8c8b7e97e48bd4a593ee (patch) | |
tree | 6c4ce2b965ec8990c851753225859ad3b5078e15 /lib/compilers/ldc.js | |
parent | d37dc9784475e597604891c6df5d20dc1ba3cfbf (diff) | |
download | compiler-explorer-4839c9f5e6c227f5835f8c8b7e97e48bd4a593ee.tar.gz compiler-explorer-4839c9f5e6c227f5835f8c8b7e97e48bd4a593ee.zip |
More fixes
Diffstat (limited to 'lib/compilers/ldc.js')
-rw-r--r-- | lib/compilers/ldc.js | 1 |
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 |