mte/unikernel/duniverse/dune_/vendor/sha/c_flags.ml

8 lines
127 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
let flags =
match Sys.win32 with
| true -> "()"
| false -> "(-Wall -O3 -funroll-loops)"
let () =
print_endline flags