aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers')
-rw-r--r--lib/compilers/ocaml.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/compilers/ocaml.js b/lib/compilers/ocaml.js
index 91641954a..8bd3d9c09 100644
--- a/lib/compilers/ocaml.js
+++ b/lib/compilers/ocaml.js
@@ -29,6 +29,10 @@ import { BaseCompiler } from '../base-compiler';
export class OCamlCompiler extends BaseCompiler {
static get key() { return 'ocaml'; }
+ getSharedLibraryPathsAsArguments() {
+ return [];
+ }
+
optionsForFilter() {
return ['-S', '-g', '-c'];
}