We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b531e58 + 25ef5bd commit 031f68cCopy full SHA for 031f68c
lib/goblint/runtime/src/dune
@@ -2,4 +2,5 @@
2
(archive_name goblint)
3
(language c)
4
(names goblint)
5
+ (flags :standard -std=c11) ; workaround for https://github.com/goblint/analyzer/issues/1779
6
(include_dirs ../include))
0 commit comments