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 committed Jul 12, 2019
1 parent d2fbfe5 commit 542592d
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 542592d

Please sign in to comment.