Skip to content

Commit

Permalink
don't use ccopt because it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich committed May 17, 2024
1 parent f17d9ad commit 13bc691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dune-workspace
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(lang dune 1.1)
(lang dune 2.0)

(env
(release-static
(flags
(:standard -ccopt -static)))
(:standard -static)))
(release
(flags (:standard))))

0 comments on commit 13bc691

Please sign in to comment.