diff options
Diffstat (limited to 'lib/compilers/ocaml.js')
-rw-r--r-- | lib/compilers/ocaml.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/ocaml.js b/lib/compilers/ocaml.js index eb53db37b..9c1f12555 100644 --- a/lib/compilers/ocaml.js +++ b/lib/compilers/ocaml.js @@ -29,7 +29,7 @@ const BaseCompiler = require('../base-compiler'), class OCamlCompiler extends BaseCompiler { optionsForFilter() { - return ['-S', '-g']; + return ['-S', '-g', '-c']; } getOutputFilename(dirPath) { |