Skip to content

Commit

Permalink
fix missing -fPIC that hit CI issues on opensuse
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardWarburton committed Jul 1, 2022
1 parent 1bd46ec commit b5b4b0a
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 @@ -135,7 +135,7 @@
libunwind-common.h
(source_tree deps/libunwind/include))
(names linkable_profiler)
(flags -Ideps/libunwind/include/ -I. -g))
(flags -fPIC -Ideps/libunwind/include/ -I. -g))
(foreign_stubs
(language cxx)
; force rules to be built
Expand Down

0 comments on commit b5b4b0a

Please sign in to comment.