Skip to content

Commit 031f68c

Browse files
authored
Merge pull request #1820 from goblint/issue-1779
Add workaround for `__goblint_assume_join` on newer GCC
2 parents b531e58 + 25ef5bd commit 031f68c

File tree

1 file changed

+1
-0
lines changed
  • lib/goblint/runtime/src

1 file changed

+1
-0
lines changed

lib/goblint/runtime/src/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
(archive_name goblint)
33
(language c)
44
(names goblint)
5+
(flags :standard -std=c11) ; workaround for https://github.com/goblint/analyzer/issues/1779
56
(include_dirs ../include))

0 commit comments

Comments
 (0)