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 c79579e commit 998b623Copy full SHA for 998b623
utils/clflags.ml
@@ -671,7 +671,7 @@ module Annotations = struct
671
\ \"all\" covers both \"opt\" and \"default\" and is intended for optimized builds."
672
end
673
674
-let zero_alloc_check = ref Annotations.No_check (* -zero-alloc-check *)
+let zero_alloc_check = ref Annotations.Check_default (* -zero-alloc-check *)
675
let zero_alloc_check_assert_all = ref false (* -zero-alloc-check-assert-all *)
676
677
let no_auto_include_otherlibs = ref false (* -no-auto-include-otherlibs *)
0 commit comments