summaryrefslogtreecommitdiffstats
path: root/utils/clflags.ml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/clflags.ml')
-rw-r--r--utils/clflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/clflags.ml b/utils/clflags.ml
index 4b31212f6..708fe2405 100644
--- a/utils/clflags.ml
+++ b/utils/clflags.ml
@@ -28,6 +28,7 @@ and custom_runtime = ref false (* -custom *)
and ccopts = ref ([] : string list) (* -ccopt *)
and nopervasives = ref false (* -nopervasives *)
and preprocessor = ref(None : string option) (* -pp *)
+and thread_safe = ref false (* -thread *)
let dump_rawlambda = ref false (* -drawlambda *)
and dump_lambda = ref false (* -dlambda *)