Skip to content

Commit

Permalink
allow warnings in bin
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshihiro503 committed Mar 12, 2024
1 parent 735636d commit 3d4a04c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
(public_name bitflyer)
(name main)
(libraries bitflyer))

(env
(dev
(flags (:standard -warn-error -a)))
)

0 comments on commit 3d4a04c

Please sign in to comment.