Skip to content

Commit

Permalink
Atomic requires ISO C 2011
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Zimmermann committed May 25, 2024
1 parent d9eb2c1 commit 27095d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(synopsis "wrapper for the zlib compression library")
(flags :standard -safe-string)
(libraries bigarray)
(c_flags :standard -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99)
(c_flags :standard -Wall -Wextra -Wno-unused-parameter -pedantic -std=c11)
(c_names zlib_stubs)
(c_library_flags -lz)
)

0 comments on commit 27095d5

Please sign in to comment.