We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa566f2 commit 5f3b231Copy full SHA for 5f3b231
driver/flambda_backend_flags.ml
@@ -27,7 +27,8 @@ let heap_reduction_threshold = ref default_heap_reduction_threshold (* -heap-red
27
let alloc_check = ref false (* -alloc-check *)
28
let dump_checkmach = ref false (* -dcheckmach *)
29
30
-let disable_poll_insertion = ref true (* -disable-poll-insertion *)
+let disable_poll_insertion = ref (not Config.poll_insertion)
31
+ (* -disable-poll-insertion *)
32
let allow_long_frames = ref true (* -no-long-frames *)
33
(* Keep the value of [max_long_frames_threshold] in sync with LONG_FRAME_MARKER
34
in ocaml/runtime/roots_nat.c *)
0 commit comments