Skip to content

Commit

Permalink
FStarC.OCaml: pass -thread
Browse files Browse the repository at this point in the history
This is needed to avoid warnings.
  • Loading branch information
mtzguido committed Oct 21, 2024
1 parent d0e2f14 commit 0a5b8a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fstar/FStarC.OCaml.fst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ let wstr = "-8"

let common_args =
"-w" :: wstr ::
"-thread" ::
[]

let exec_ocamlc args =
Expand Down

0 comments on commit 0a5b8a4

Please sign in to comment.