Skip to content

Commit 25ef5bd

Browse files
committed
Add workaround for __goblint_assume_join on newer GCC (issue #1779)
1 parent a1bf1c7 commit 25ef5bd

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)