Skip to content

Commit

Permalink
update build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Nov 6, 2023
1 parent c4c7f75 commit 82dea75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name fingerboard)
(public_name fingerboard)
(flags -w +a-4-40-41-42-44-45-66 -warn-error +a -open Base)
(flags :standard -w +a-4-40-41-42-44-45-66 -warn-error +a -open Base)
(libraries base textutils.ascii_table)
(preprocess
(pps ppx_jane ppx_js_style -check-doc-comments)))
1 change: 1 addition & 0 deletions test/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(library
(name fingerboard_test)
(flags
:standard
-w
+a-4-40-41-42-44-45-66
-warn-error
Expand Down

0 comments on commit 82dea75

Please sign in to comment.