Skip to content

Commit

Permalink
Remove -cc gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 22, 2024
1 parent 238cb33 commit dc3cb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
(public_name ODiffBin)
(package odiff)
(flags
(:standard -w -27 -cc gcc))
(:standard -w -27))
(libraries odiff-core odiff-io cmdliner))
2 changes: 1 addition & 1 deletion io/config/discover.ml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ let c_flags_to_ocaml_opt_flags flags =
flags
|> List.filter_map (function
| opt when String.starts_with opt ~prefix:"-l" -> Some [ "-cclib"; opt ]
| _ -> None)
| opt -> None)
|> List.flatten

let () =
Expand Down

0 comments on commit dc3cb27

Please sign in to comment.