Skip to content

Commit

Permalink
Add :standard in c_flags on C stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure authored and seliopou committed Jul 28, 2019
1 parent 1696710 commit 6bd2e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(flags (:standard -safe-string))

(c_names bigstringaf_stubs)
(c_flags (-Wall -Wextra -Wpedantic))
(c_flags (:standard -Wall -Wextra -Wpedantic))

(js_of_ocaml (javascript_files runtime.js))
)

0 comments on commit 6bd2e01

Please sign in to comment.