Skip to content

Commit

Permalink
update build flags in systems/ as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Nov 7, 2023
1 parent 82dea75 commit d5a50b6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions systems/cello/e12/dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
(library
(name fingerboard_cello_system_e12)
(flags
:standard
-w
+a-4-40-41-42-44-66
+a-4-40-41-42-44-45-66
-warn-error
+a
-open
Expand All @@ -14,4 +15,4 @@
(libraries base fingerboard stdio textutils.ascii_table)
(inline_tests)
(preprocess
(pps ppx_jane)))
(pps ppx_jane ppx_js_style -check-doc-comments)))
5 changes: 3 additions & 2 deletions systems/cello/e53/dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
(library
(name fingerboard_cello_system_e53)
(flags
:standard
-w
+a-4-40-41-42-44-66
+a-4-40-41-42-44-45-66
-warn-error
+a
-open
Expand All @@ -14,4 +15,4 @@
(libraries base fingerboard stdio textutils.ascii_table)
(inline_tests)
(preprocess
(pps ppx_jane)))
(pps ppx_jane ppx_js_style -check-doc-comments)))
5 changes: 3 additions & 2 deletions systems/cello/e55/dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
(library
(name fingerboard_cello_system_e55)
(flags
:standard
-w
+a-4-40-41-42-44-66
+a-4-40-41-42-44-45-66
-warn-error
+a
-open
Expand All @@ -14,4 +15,4 @@
(libraries base fingerboard stdio textutils.ascii_table)
(inline_tests)
(preprocess
(pps ppx_jane)))
(pps ppx_jane ppx_js_style -check-doc-comments)))
5 changes: 3 additions & 2 deletions systems/cello/just/dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
(library
(name fingerboard_cello_system_just)
(flags
:standard
-w
+a-4-40-41-42-44-66
+a-4-40-41-42-44-45-66
-warn-error
+a
-open
Expand All @@ -14,4 +15,4 @@
(libraries base fingerboard stdio textutils.ascii_table)
(inline_tests)
(preprocess
(pps ppx_jane)))
(pps ppx_jane ppx_js_style -check-doc-comments)))
5 changes: 3 additions & 2 deletions systems/cello/pythagorean/dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
(library
(name fingerboard_cello_system_pythagorean)
(flags
:standard
-w
+a-4-40-41-42-44-66
+a-4-40-41-42-44-45-66
-warn-error
+a
-open
Expand All @@ -14,4 +15,4 @@
(libraries base fingerboard stdio textutils.ascii_table)
(inline_tests)
(preprocess
(pps ppx_jane)))
(pps ppx_jane ppx_js_style -check-doc-comments)))

0 comments on commit d5a50b6

Please sign in to comment.